DigitalInOut Hello World
Fork of DigitalInOut_HelloWorld_Mbed by
Use
The DigitalInOut API can be used to both read and write a digital pin. Use the output() and input() function calls to switch modes and then use just like you would DigitalIn or DigitalOut.
API
API reference.
Import librarymbed
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
5:65ab82bfa4a6 | 2015-03-27 | it works!!!; | File Diff Annotate |
4:3f69262115b3 | 2015-03-27 | Added license to main.c file. | File Diff Annotate |
3:e4004b2e39ad | 2014-09-21 | added comments on use | File Diff Annotate |
0:0d0417932681 | 2013-02-13 | DigitalInOut Hello World | File Diff Annotate |