Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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__ */