Accelerometer hinzugefügt (ungetestet)

This commit is contained in:
2016-09-11 21:03:08 +02:00
parent bece9fee21
commit 6e78a15640
3 changed files with 28 additions and 1 deletions

2
accelerometer.h Normal file
View File

@@ -0,0 +1,2 @@
void setupAccelerometer(void);
float getaccelerometerdata(void);