test

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Process.h Source File

Process.h

00001 #ifndef PROCESS_H_
00002 #define PROCESS_H_
00003 
00004 #include "mbed.h"
00005 
00006 #define BUZZER_PIN PB_3
00007 #define EMG_0 LimitSw::IsPressed(0)
00008 #define EMG_1 LimitSw::IsPressed(1)
00009 
00010 void SystemProcess();
00011 
00012 
00013 #endif