Experimenting w/FreeRTOS

Dependencies:   FreeRTOS mbed MMA7660 LM75B

Files at this revision

API Documentation at this revision

Comitter:
tkatolrnmcu
Date:
Sun Oct 01 03:36:45 2017 +0000
Parent:
2:4e4fa763799a
Commit message:
Accidentally deleted return code variables in last commit, fixed now

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 4e4fa763799a -r 9ec3ee7cf0bc main.cpp
--- a/main.cpp	Sun Oct 01 03:33:48 2017 +0000
+++ b/main.cpp	Sun Oct 01 03:36:45 2017 +0000
@@ -16,6 +16,9 @@
 
 int main() {
     
+    portBASE_TYPE task1rc;
+    portBASE_TYPE task2rc;
+    
     // Sensor connection check
     if (sensor.open()){
         printf("LM75B temperature sensor detected.\n");