1234567891011121314151617181920212223242526 |
- #######################################
- # Syntax Coloring Map ESP32_Servo
- #######################################
- #######################################
- # Datatypes (KEYWORD1)
- #######################################
- Servo KEYWORD1
- #######################################
- # Methods and Functions (KEYWORD2)
- #######################################
- attach KEYWORD2
- detach KEYWORD2
- write KEYWORD2
- read KEYWORD2
- attached KEYWORD2
- writeMicroseconds KEYWORD2
- readMicroseconds KEYWORD2
- setTimerWidth KEYWORD2
- readTimerWidth KEYWORD2
- #######################################
- # Constants (LITERAL1)
- #######################################
|