e27c15d56a
Support for full 16-char status line to be sent to the Raduino. Added rotary encoder support. Everything above has been tested and works. Added rudimentary top-level menu. Compiles, but not tested yet.
11 lines
352 B
C++
11 lines
352 B
C++
//======================================================================
|
|
// menu.ino
|
|
//======================================================================
|
|
|
|
#include <iopcomm.h>
|
|
#include "menu.h"
|
|
|
|
//======================================================================
|
|
// EOF
|
|
//======================================================================
|