.ino.cpp 893 B

1234567891011121314151617181920212223242526
  1. #ifdef __IN_ECLIPSE__
  2. //This is a automatic generated file
  3. //Please do not modify this file
  4. //If you touch this file your change will be overwritten during the next build
  5. //This file has been generated on 2016-05-13 16:17:30
  6. #include "Arduino.h"
  7. #include "Arduino.h"
  8. #include <avr/sleep.h>
  9. #include "pushbutton.h"
  10. #include "TrafficLightCtrl.h"
  11. #include "TrafficLightCtrlRequired.h"
  12. #include "scutil/sc_timer_service.h"
  13. void trafficLightCtrl_setTimer(TrafficLightCtrl* handle, const sc_eventid evid, const sc_integer time_ms, const sc_boolean periodic);
  14. void trafficLightCtrl_unsetTimer(TrafficLightCtrl* handle, const sc_eventid evid) ;
  15. static void button_1_changed(pushbutton_t *button) ;
  16. static void button_2_changed(pushbutton_t *button) ;
  17. void setup() ;
  18. void loop() ;
  19. void trafficLightCtrlIface_synchronize(const TrafficLightCtrl *handle) ;
  20. #include "traffic_light_arduino.ino"
  21. #endif