added comments to support doxygen

This commit is contained in:
JP Liew
2014-06-26 14:38:16 +10:00
parent 91f965f1eb
commit a7e091c2f9
2 changed files with 271 additions and 46 deletions

View File

@@ -110,11 +110,13 @@ public:
MicroView(void) {};
void begin(void);
#if ARDUINO >= 100
//#if ARDUINO >= 100
virtual size_t write(uint8_t);
#else
virtual void write(uint8_t);
#endif
//#else
// virtual void write(uint8_t);
//#endif
// RAW LCD functions
void command(uint8_t c);
@@ -291,4 +293,4 @@ void MVSPIClass::detachInterrupt() {
extern MicroView uView;
#endif
#endif