Skip to content

Commit

Permalink
Add BusInOut to RobotLib.h
Browse files Browse the repository at this point in the history
  • Loading branch information
noahzemlin committed Sep 24, 2019
1 parent 2240e78 commit 48d75eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/RobotLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
* with one include statement.
*/

#include "BusInOut.h"
#include "Encoder.h"
#include "HallEffectEncoder.h"
#include "Motor.h"
#include "PIDController.h"
#include "QuadratureEncoder.h"
#include "RobotLibUtil.h"
#include "StepperMotor.h"
#include "QuadratureEncoder.h"
#include "HallEffectEncoder.h"
#include "TrackingLoop.h"

#endif

0 comments on commit 48d75eb

Please sign in to comment.