Advertisement
aperles

Untitled

Nov 19th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. // process.h
  2.  
  3. #ifndef PROCESS_H
  4. #define PROCESS_H
  5.  
  6. enum TStatusAlarm {ALARM_YES, ALARM_NO};
  7. void process_init (void);
  8. TStatusAlarm process_ReadAlarmSensor(void);
  9.  
  10. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement