this is only for Jonathon do not download otherwise
Dependencies: mbed mbed-rtos 4DGL-uLCD-SE
Revision 0:0dceb954eb2b, committed 2019-02-20
- Comitter:
- flameoball
- Date:
- Wed Feb 20 16:23:29 2019 +0000
- Commit message:
- safdasdf;
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/4DGL-uLCD-SE.lib Wed Feb 20 16:23:29 2019 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/4180_1/code/4DGL-uLCD-SE/#2cb1845d7681
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Wed Feb 20 16:23:29 2019 +0000
@@ -0,0 +1,29 @@
+#include "mbed.h"
+#include "rtos.h"
+#include "uLCD_4DGL.h"
+
+uLCD_4DGL uLCD(p13,p14,p11); // serial tx, serial rx, reset pin;
+DigitalOut myled(LED1);
+
+Mutex lcd_mutex;
+void thread1(void const *args){
+
+ }
+void thread2(void const *args){
+
+ }
+void thread3(void const *args){
+
+ }
+
+int main() {
+ Thread t1(thread1); //start thread1
+ Thread t2(thread2); //start thread2
+ Thread t3(thread3); //start thread3
+ while(1) {
+ myled = 1;
+ wait(0.2);
+ myled = 0;
+ wait(0.2);
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-rtos.lib Wed Feb 20 16:23:29 2019 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed-rtos/#5713cbbdb706
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Feb 20 16:23:29 2019 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/3a7713b1edbc \ No newline at end of file