David's line following code from the LVBots competition, 2015.

Dependencies:   GeneralDebouncer Pacer PololuEncoder mbed

Fork of DeadReckoning by David Grayson

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers buttons.h Source File

buttons.h

00001 #pragma once
00002 
00003 void buttonsInit();
00004 
00005 bool button1IsPressed();
00006 
00007 void button1Monitor();
00008 
00009 bool button1DefinitelyPressed();
00010 bool button1DefinitelyReleased();