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: C12832 Temperatura mbed
Revision 0:7906cc7956a9, committed 2017-02-02
- Comitter:
- tbjazic
- Date:
- Thu Feb 02 14:13:25 2017 +0000
- Commit message:
- Initial.
Changed in this revision
diff -r 000000000000 -r 7906cc7956a9 C12832.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/C12832.lib Thu Feb 02 14:13:25 2017 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/askksa12543/code/C12832/#990d5eec2ef6
diff -r 000000000000 -r 7906cc7956a9 Temperatura.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Temperatura.lib Thu Feb 02 14:13:25 2017 +0000 @@ -0,0 +1,1 @@ +https://developer.mbed.org/teams/TVZ-Mechatronics-Team/code/Temperatura/#c1c396a29e74
diff -r 000000000000 -r 7906cc7956a9 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Feb 02 14:13:25 2017 +0000 @@ -0,0 +1,10 @@ +#include "mbed.h" +#include "Temperatura.h" + +int main() { + Temperatura tempSenzor(p14, p19, p26); //center joystick, Pot1, buzzer + while(true) { + // do something else + wait(1); + } +} \ No newline at end of file
diff -r 000000000000 -r 7906cc7956a9 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Feb 02 14:13:25 2017 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/ad3be0349dc5 \ No newline at end of file