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: BridgeDriver FrontPanelButtons MCP23017 SDFileSystem TextLCD mbed
PinIN.hpp
00001 #ifndef PININ_HPP 00002 #define PININ_HPP 00003 00004 #include "Initialization.hpp" 00005 00006 class PinIN: public Device{ 00007 00008 private: 00009 PinName pinName; 00010 PinMode pinMode; 00011 00012 public: 00013 PinIN(LineData); 00014 int interpret(LineData&); 00015 int off(){return 0;} //Do Nothing as you don't need to turn a Pin off 00016 int pause(){return 0;} //Do Nothing as you don't need to pause a Pin 00017 int resume(){return 0;} //Do Nothing as you don't need to resume a Pin 00018 }; 00019 00020 #endif
Generated on Sun Jul 24 2022 01:49:11 by
1.7.2