test

Dependencies:   mbed MMA8451Q

Files at this revision

API Documentation at this revision

Comitter:
hodgins
Date:
Thu Jan 24 06:52:36 2019 +0000
Parent:
0:e541909ea6b0
Commit message:
test

Changed in this revision

Communication.h Show annotated file Show diff for this revision Revisions of this file
ElevatorMessenge.h Show annotated file Show diff for this revision Revisions of this file
FreeFall.cpp Show annotated file Show diff for this revision Revisions of this file
FreeFall.h Show annotated file Show diff for this revision Revisions of this file
WatchDog.h Show annotated file Show diff for this revision Revisions of this file
--- a/Communication.h	Thu Jan 24 06:35:38 2019 +0000
+++ b/Communication.h	Thu Jan 24 06:52:36 2019 +0000
@@ -1,7 +1,7 @@
 /**
  * @file Communication.h
  * @author Robert Sochuliak
- * @date 9 Jan 2018
+ * @date 8 Jan 2018
  */
 
 #include "mbed.h"
--- a/ElevatorMessenge.h	Thu Jan 24 06:35:38 2019 +0000
+++ b/ElevatorMessenge.h	Thu Jan 24 06:52:36 2019 +0000
@@ -1,6 +1,6 @@
 /** @file ElevatorMessenge.h 
  *  @author Robert Sochuliak
- *  @date 11 dec 2017
+ *  @date 8 Jan 2018
  */
 
 /**
--- a/FreeFall.cpp	Thu Jan 24 06:35:38 2019 +0000
+++ b/FreeFall.cpp	Thu Jan 24 06:52:36 2019 +0000
@@ -1,7 +1,7 @@
 #include "FreeFall.h"
 #include "Communication.h"
 
-DigitalOut freeFall_LED(LED_RED); 
+DigitalOut freeFall_LED(LED_RED);   //nastavenie led na cervenu
 InterruptIn acc(PTA15);             //Nastavenie prerušenia od akcelerometra
 I2C i2c(SDA, SCL);
 
--- a/FreeFall.h	Thu Jan 24 06:35:38 2019 +0000
+++ b/FreeFall.h	Thu Jan 24 06:52:36 2019 +0000
@@ -1,6 +1,6 @@
 /** @file FreeFall.h 
  *  @author Robert Sochuliak
- *  @date 12 dec 2017
+ *  @date 8 Jan 2018
  */
 
 #include <I2C.h>
--- a/WatchDog.h	Thu Jan 24 06:35:38 2019 +0000
+++ b/WatchDog.h	Thu Jan 24 06:52:36 2019 +0000
@@ -1,6 +1,6 @@
 /** @file WatchDog.h
  *  @author Robert Sochuliak
- *  @date 12 dec 2017
+ *  @date 8 Jan 2018
  */