Main repository for dump truck API development in Spring 2017

Dependencies:   Tracker mbed MotorV2 SRF05 nRF24L01P

Fork of DUMP_TRUCK_TEST_V1 by Terrabots

Activities

This Week

If needed, please contact Milo Pan at mpan9@gatech.edu for rights and access to this repository.

Revision:
7:dd3a7dcc5c84
Parent:
6:5cc6a9b6f60e
Child:
8:9c94865bd087
--- a/DumpTruck.h	Tue Feb 14 14:37:05 2017 -0500
+++ b/DumpTruck.h	Tue Feb 14 14:41:50 2017 -0500
@@ -14,6 +14,11 @@
  
 #include "mbed.h"
 
+/**
+*   @class DumpTruck
+*
+*   @brief  Implment interface for DumpTruck class.
+*/
 class DumpTruck {
 public: