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: PololuLedStrip mbed
EffectPlugs.h
00001 #ifndef EFFECT_PLUGS_H 00002 #define EFFECT_PLUGS_H 00003 00004 #include "mbed.h" 00005 #include "board.h" 00006 00007 class EffectPlugs { 00008 public: 00009 EffectPlugs(uint8_t _num, DigitalInOut *_pins); 00010 uint8_t pluggedConnection(); 00011 00012 private: 00013 uint8_t num; 00014 DigitalInOut* pins; 00015 }; 00016 00017 #endif
Generated on Tue Jul 19 2022 02:43:48 by
1.7.2