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.
Dependencies: AdaFruit_RGBLCDShield MCP23017 mbed RTclock
Fork of MCP_test by
keyreadernull.h
00001 #ifndef __KEYREADERNULL_H__ 00002 #define __KEYREADERNULL_H__ 00003 00004 #include "keys.h" 00005 00006 class KeyReaderNull 00007 : public Keys 00008 { 00009 public: 00010 KeyReaderNull(I2C & in_cI2C); 00011 00012 virtual uint8_t readButtons(); 00013 }; 00014 00015 #endif // __KEYREADERNULL_H__
Generated on Thu Jul 14 2022 00:55:23 by
1.7.2
