freestanding library for receiving commands and executing functions designed for microcontrollers communicating over serial cable
Go to file
Peter McGoron 0781b98a37 fix spelling error 2021-08-09 13:54:39 -04:00
test fix spelling error 2021-08-09 13:54:39 -04:00
.gitignore add .gitignore 2021-07-31 20:39:22 -04:00
COPYING.md add COPYING.md 2021-07-31 20:36:59 -04:00
Makefile fix spelling error 2021-08-09 13:54:39 -04:00
README.md change extension for README 2021-07-31 01:12:35 -04:00
exec.c fix spelling error 2021-08-09 13:54:39 -04:00
exec.h fix spelling error 2021-08-09 13:54:39 -04:00
input.c fix spelling error 2021-08-09 13:54:39 -04:00
input.h fix spelling error 2021-08-09 13:54:39 -04:00

README.md

libscomp -- Simple Control Protocol

This is a C89+ library for parsing and executing commands. It is written for a freestanding implementation, meaning that

  • It does no dynamic allocation
  • It does not require any standard library functions
  • It can run on anything with a C compiler

This is designed for microcontrollers that take ASCII input from serial.