source: firmware/ShutterController/ShutterController.h@ 15784

Last change on this file since 15784 was 14258, checked in by boccone, 12 years ago
Adding Arduino Shutter Control code to the repository
File size: 155 bytes
Line 
1enum MethodType
2{
3 MethodUnknown,
4 MethodGet,
5 MethodPost,
6 MethodHead
7};
8
9#define STRING_BUFFER_SIZE 128
10
11typedef char BUFFER[STRING_BUFFER_SIZE];
12
13
Note: See TracBrowser for help on using the repository browser.