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: mbed Citanjeznaka SeeedShieldBot BluetoothSerial potenciometar
Revision 0:9a75004026e7, committed 2020-11-26
- Comitter:
- leleracic
- Date:
- Thu Nov 26 17:40:44 2020 +0000
- Commit message:
- Projekt simulacije parkirnih senzora
Changed in this revision
diff -r 000000000000 -r 9a75004026e7 BluetoothSerial.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/BluetoothSerial.lib Thu Nov 26 17:40:44 2020 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/yihui/code/BluetoothSerial/#f56002898ee8
diff -r 000000000000 -r 9a75004026e7 Citanjeznaka.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Citanjeznaka.lib Thu Nov 26 17:40:44 2020 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/leleracic/code/Citanjeznaka/#3276e35a8063
diff -r 000000000000 -r 9a75004026e7 SeeedShieldBot.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SeeedShieldBot.lib Thu Nov 26 17:40:44 2020 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/teams/components/code/SeeedShieldBot/#9fd1722259a1
diff -r 000000000000 -r 9a75004026e7 main.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Thu Nov 26 17:40:44 2020 +0000
@@ -0,0 +1,15 @@
+#include "mbed.h"
+#include "Citanjeznaka.h"
+#include "potenciometar.h"
+
+int main()
+{
+ int start2=0;
+ while(1) {
+ start2=Citanjeznaka();
+ if (start2 == 1){
+ potenciometar();
+ Sudar();
+ }
+ }
+}
\ No newline at end of file
diff -r 000000000000 -r 9a75004026e7 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Nov 26 17:40:44 2020 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 \ No newline at end of file
diff -r 000000000000 -r 9a75004026e7 potenciometar.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/potenciometar.lib Thu Nov 26 17:40:44 2020 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/teams/TVZ2020/code/potenciometar/#22d3ec372d97