Proyecto Nivel, Edgar Ochoa, Erik Garcia

Dependencies:   MMA8451Q mbed

Committer:
verden32
Date:
Sun Feb 14 20:57:56 2016 +0000
Revision:
35:60b29a00cf12
Parent:
34:822eacf4e7cb
Child:
36:2bc74f4ce17b
Child:
37:7bc8819f91f4
definir lados

Who changed what in which revision?

UserRevisionLine numberNew contents of line
through 10:76ab6531ba6f 1 #ifndef versionerik
through 10:76ab6531ba6f 2 #define versionerik
through 10:76ab6531ba6f 3 #include "mbed.h"
through 10:76ab6531ba6f 4
through 17:11ceb54a2e7d 5 void erik_nivel(){
through 17:11ceb54a2e7d 6
through 22:de1ab79df237 7 /* r = 1.0 - abs(data[0]/16500.0);
through 17:11ceb54a2e7d 8 g = 1.0 - abs(data[1]/16500.0);
through 17:11ceb54a2e7d 9 b = 1.0 - abs(data[2]/16500.0);
through 17:11ceb54a2e7d 10
through 16:7e0223097f77 11
through 17:11ceb54a2e7d 12 pc.printf("%d,%d,%d,\n",data[0],data[1],data[2]);
through 17:11ceb54a2e7d 13
through 17:11ceb54a2e7d 14 wait(0.4);
through 22:de1ab79df237 15 */
through 17:11ceb54a2e7d 16
through 17:11ceb54a2e7d 17
through 22:de1ab79df237 18
verden32 35:60b29a00cf12 19 if(350<data[1] && data[1]>150 && data[0]<-200 && data[0]>-320 && data[2]>16100 && data[2]<=16300){
verden32 35:60b29a00cf12 20 pc.printf("Nivel estable\n");
verden32 35:60b29a00cf12 21 wait (0.4);
through 22:de1ab79df237 22 b=0;
through 22:de1ab79df237 23 g=1;
through 22:de1ab79df237 24 r=1;
through 22:de1ab79df237 25 }else{
through 22:de1ab79df237 26 b=1;
through 22:de1ab79df237 27 g=1;
through 22:de1ab79df237 28 r=0;
through 22:de1ab79df237 29 }
through 22:de1ab79df237 30
verden32 34:822eacf4e7cb 31 wait(0.1);
through 22:de1ab79df237 32
through 16:7e0223097f77 33 }
through 16:7e0223097f77 34
through 10:76ab6531ba6f 35 #endif