
Helmotz
Dependencies: mbed
main.cpp@0:8d7791a3b914, 2017-05-18 (annotated)
- Committer:
- Cointepas
- Date:
- Thu May 18 10:25:12 2017 +0000
- Revision:
- 0:8d7791a3b914
Programme principal
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Cointepas | 0:8d7791a3b914 | 1 | #include "mbed.h" |
Cointepas | 0:8d7791a3b914 | 2 | |
Cointepas | 0:8d7791a3b914 | 3 | DigitalOut myled(LED1); |
Cointepas | 0:8d7791a3b914 | 4 | |
Cointepas | 0:8d7791a3b914 | 5 | int main() { |
Cointepas | 0:8d7791a3b914 | 6 | while(1) { |
Cointepas | 0:8d7791a3b914 | 7 | lecturetrame(); |
Cointepas | 0:8d7791a3b914 | 8 | HMC5883L(); |
Cointepas | 0:8d7791a3b914 | 9 | envoi(); |
Cointepas | 0:8d7791a3b914 | 10 | } |
Cointepas | 0:8d7791a3b914 | 11 | } |