Simple example of Classes

Dependencies:   Class1 mbed

Committer:
zer044
Date:
Tue Sep 26 08:44:20 2017 +0000
Revision:
0:8161780f82c0
Example of functions with and without classes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
zer044 0:8161780f82c0 1
zer044 0:8161780f82c0 2
zer044 0:8161780f82c0 3
zer044 0:8161780f82c0 4 //Include all function headers here
zer044 0:8161780f82c0 5 void setLEDstate(int state);