Proyecto Nivel, Edgar Ochoa, Erik Garcia

Dependencies:   MMA8451Q mbed

Committer:
verden32
Date:
Mon Feb 15 03:45:21 2016 +0000
Revision:
37:7bc8819f91f4
Parent:
35:60b29a00cf12
Final alternativo 1

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 37:7bc8819f91f4 19 if(350<data[1] && data[1]>140 && data[0]<-120 && data[0]>-340 && data[2]>16100 && data[2]<=16300){
verden32 35:60b29a00cf12 20 pc.printf("Nivel estable\n");
verden32 37:7bc8819f91f4 21
through 22:de1ab79df237 22 b=0;
through 22:de1ab79df237 23 g=1;
through 22:de1ab79df237 24 r=1;
verden32 37:7bc8819f91f4 25 wait (0.4);
through 22:de1ab79df237 26 }else{
through 22:de1ab79df237 27 b=1;
through 22:de1ab79df237 28 g=1;
through 22:de1ab79df237 29 r=0;
through 22:de1ab79df237 30 }
through 22:de1ab79df237 31
verden32 34:822eacf4e7cb 32 wait(0.1);
through 22:de1ab79df237 33
through 16:7e0223097f77 34 }
through 16:7e0223097f77 35
through 10:76ab6531ba6f 36 #endif