Practical Robotics Modular Robot Library

Dependents:   ModularRobot

Revision:
1:a6728adaf7e7
Parent:
0:8a2dd255c508
--- a/sensors.h	Sat Nov 26 17:28:53 2016 +0000
+++ b/sensors.h	Sat Nov 26 21:43:52 2016 +0000
@@ -1,6 +1,9 @@
 #ifndef SENSORS_H
 #define SENSORS_H
 
+/**
+ *  The Sensors class contains the functions to read from the robots sensors
+ */
 class Sensors
 {
 public: