Ein Roboter mit bürstenlosem Antrieb, differenzial und NRF24L01 Funk. Großflächig gebaut um ein großes Solarpanel aufzunehmen. https://gitlab.informatik.hs-fulda.de/fdai5253/roboter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.1 KiB

  1. #######################################
  2. # Syntax Coloring Map For shiftRegButtonLib
  3. #######################################
  4. #######################################
  5. # Datatypes (KEYWORD1)
  6. #######################################
  7. shiftRegButton KEYWORD1
  8. shiftRegButtonLib KEYWORD1
  9. #######################################
  10. # Methods and Functions (KEYWORD2)
  11. #######################################
  12. #shiftRegButton KEYWORD2
  13. checkButtons KEYWORD2
  14. checkButton KEYWORD2
  15. checkButtonCycle KEYWORD2
  16. clearButton KEYWORD2
  17. clearAllButtons KEYWORD2
  18. getButtonCycle KEYWORD2
  19. #######################################
  20. # Constants (LITERAL1)
  21. #######################################
  22. shiftDatPin LITERAL1
  23. shiftClkPin LITERAL1
  24. shiftInPin LITERAL1
  25. shiftDatPORT LITERAL1
  26. shiftDatDDR LITERAL1
  27. shiftClkPORT LITERAL1
  28. shiftClkDDR LITERAL1
  29. shiftInPORT LITERAL1
  30. shiftInDDR LITERAL1
  31. buttonUp LITERAL1
  32. buttonLeft LITERAL1
  33. buttonRight LITERAL1
  34. buttonDown LITERAL1
  35. buttonL1 LITERAL1
  36. buttonStart LITERAL1
  37. buttonSelect LITERAL1
  38. buttonR1 LITERAL1
  39. buttonA LITERAL1
  40. buttonB LITERAL1
  41. buttonC LITERAL1