Final code for our 4180 Drawing Robot!

Dependencies:   4DGL-uLCD-SE gCodeParser mbed

Committer:
jford38
Date:
Wed Apr 30 16:40:10 2014 +0000
Revision:
2:ba15545a4ccf
Added Visual Studio Source files and README.; Alejandro.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jford38 2:ba15545a4ccf 1
jford38 2:ba15545a4ccf 2 #ifndef LISTCOM_H
jford38 2:ba15545a4ccf 3 #define LISTCOM_H
jford38 2:ba15545a4ccf 4
jford38 2:ba15545a4ccf 5 #define NAME_SIZE 40
jford38 2:ba15545a4ccf 6 extern _TCHAR my_port[NAME_SIZE];
jford38 2:ba15545a4ccf 7
jford38 2:ba15545a4ccf 8 _TCHAR* listCOM(void);
jford38 2:ba15545a4ccf 9
jford38 2:ba15545a4ccf 10 #endif