Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: GPS2 L3GD20 LSM303DLHC2 PID mbed SDFileSystem
Fork of GPSNavigation by
Diff: TrollingMotor.h
- Revision:
- 14:fd20b7ac8de8
- Parent:
- 13:17f04a55c6e2
--- a/TrollingMotor.h Wed Apr 29 18:10:05 2015 +0000 +++ b/TrollingMotor.h Wed Apr 29 18:20:33 2015 +0000 @@ -5,6 +5,8 @@ // // Contains functions for controlling trolling motor relays /*************************************************************************************************************************************************************/ + +//mbed classes (mbed folder) DigitalOut direction(D5); DigitalOut enable(D4);
