Project

General

Profile

Statistics
| Branch: | Revision:

robobuggy / arduino / RCbuggyMega / brake.h @ c5d6b0e8

History | View | Annotate | Download (145 Bytes)

1
#ifndef _BRAKE_H_
2
#define _BRAKE_H_
3

    
4
  void brake_init(int brakePin, int ledPin);
5
  
6
  void raiseBrake();
7
  
8
  void dropBrake();
9

    
10
#endif