Zusätzliche Funktionen eingeführt.
Fork of m3pi_ng by
Diff: m3pi_ng.h
- Revision:
- 14:5589eef1f879
- Parent:
- 11:7bfb33432791
--- a/m3pi_ng.h Tue May 20 11:14:02 2014 +0000 +++ b/m3pi_ng.h Mon Oct 06 10:57:25 2014 +0000 @@ -111,11 +111,13 @@ /** Get the raw sensor values * needs a int[5] array to write into + * values go from 0 to 2000 */ void raw_sensor (int *); /** Get the calibrated sensor values * needs a int[5] array to write into + * values go from 0 to 1000 */ void calibrated_sensor (int *);