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