Macdonald Nwabia
/
ElderPlus_SecuritySystem
2nd year embedded systems project
Door_1_Docs/RGBled.cpp
- Committer:
- nwabiam
- Date:
- 2020-12-15
- Revision:
- 1:9d7c34bfe43e
File content as of revision 1:9d7c34bfe43e:
#include "RGBled.h" RGBled::RGBled (PinName ledPin): rgbled (DigitalOut(ledPin)){ } RGBled::~RGBled(){ } bool RGBled::SetRGBledStatus (bool RGBStatus){ rgbled = RGBStatus; }