-
Notifications
You must be signed in to change notification settings - Fork 0
alirezza/Moco_RCCar_Client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How to setup new project: Framework: Arduino Board: NodeMCU 1.0 (ESP-12E Module) in platform.ini: [env:nodemcuv2] platform = espressif8266 board = nodemcuv2 framework = arduino board_build.f_cpu = 160000000L upload_speed = 460800 monitor_speed = 115200 monitor_filters = time, colorize, esp8266_exception_decoder lib_deps = me-no-dev/[email protected]+sha.697c75a025 !important! change define values to so in Servo.h: #define DEFAULT_MIN_PULSE_WIDTH 0 // uncalibrated default, the shortest duty cycle sent to a servo #define DEFAULT_MAX_PULSE_WIDTH 2400 // uncalibrated default, the longest duty cycle sent to a servo #define DEFAULT_NEUTRAL_PULSE_WIDTH 1200 // default duty cycle when servo is attached #define REFRESH_INTERVAL 20000 // classic default period to refresh servos in microseconds driver page: https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published