PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
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.

keywords.txt 627B

3 yıl önce
1234567891011121314151617181920212223242526
  1. #######################################
  2. # Syntax Coloring Map for PWMServo
  3. #######################################
  4. #######################################
  5. # Datatypes (KEYWORD1)
  6. #######################################
  7. PWMServo KEYWORD1
  8. #######################################
  9. # Methods and Functions (KEYWORD2)
  10. #######################################
  11. attach KEYWORD2
  12. detach KEYWORD2
  13. write KEYWORD2
  14. read KEYWORD2
  15. attached KEYWORD2
  16. #######################################
  17. # Constants (LITERAL1)
  18. #######################################
  19. SERVO_PIN_A LITERAL1
  20. SERVO_PIN_B LITERAL1
  21. SERVO_PIN_C LITERAL1