simap / reusable

Reusable code for Logical Elegance, Inc. clients (open source)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reusable

Reusable code for Logical Elegance, Inc. clients

Note this open source so anyone can reuse it but I'm only supporting it for myself.

Console.c is a command parser, call the init function during init and then c all the process function on every pass through a loop.

The command table and commands are implemented in consoleCommands.c.

The interface is in consoleIo.c which is currently a sdio interface to a Windows command console but is likely to be a UART in an embedded system.

There is also a debug interface which will likely get expanded as time goes on.

About

Reusable code for Logical Elegance, Inc. clients (open source)

License:Other


Languages

Language:C 100.0%