CaryCoders
/
demo_SX1276_standalone
standalone sx1276 demo program
Fork of SX1276_GPS by
extra_chars.h
- Committer:
- vtraveller
- Date:
- 2014-08-10
- Revision:
- 10:3fcab08717fc
File content as of revision 10:3fcab08717fc:
#ifndef __EXTRA_CHARS_H__ #define __EXTRA_CHARS_H__ enum EExtraChars { eUp = 0, eDown, eRight, eLeft, eDegree }; #endif /* __EXTRA_CHARS_H__ */