_Slave_Ports_func.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. void _Slave_Ports_ttl_decrement ();
  2. void _Slave_Ports_action_queue (); //request_confirm_Exp_state //request_set__new_Exp_state
  3. //void LCD_print_background_screen_add(_LCD_print_screensT* _LCD_print_screens, int screenID,long time_seq_id, long time_min_run, String LCDarray1, String LCDarray2 ) {
  4. //time_seq_id - used to maintain single display context
  5. //time_max - used to how much time to keep in displayed text
  6. void _Slave_Ports_message_CAN_to_queue(); //
  7. void _Slave_Ports_message_queue_to_CAN() ;//
  8. void _Slave_Ports_message_queue_to_PWM() ;//
  9. /*
  10. int queueID;
  11. int _Slave_Ports_queue_task ; /*
  12. { 0x01 _Slave_Ports_ttl_decrement,
  13. 0x02 request_confirm_Exp_state ,
  14. 0x03 request_set__new_Exp_state }
  15. */
  16. /*
  17. void _LCD_print_screens_list(_LCD_print_screensT* _LCD_print_screens ) {
  18. int i;
  19. Serial.print("sizeof(_LCD_print_screens): ");
  20. Serial.println(sizeof(_LCD_print_screens));
  21. for(i=0;i<=10;i++) { //sizeof(_LCD_print_buffors)
  22. Serial.print(" $i[");
  23. Serial.print(i);
  24. Serial.print("] screenID: ");
  25. Serial.print(_LCD_print_screens[i].screenID);
  26. */