HexLeds
main.cpp
- Committer:
- martwerl
- Date:
- 2018-06-22
- Revision:
- 0:be215ed59257
File content as of revision 0:be215ed59257:
#include "mbed.h" #include "HexLeds.h" HexLeds hexleds(LED1, LED2, LED3, LED4); int main() { hexleds.input(); hexleds.output(); hexleds.hexOut(); hexleds.printStatus(); }