Programming Demo
From Neuron Robotics Wiki
Contents |
Set Up Eclipse
Be sure to set up your programming environment before you begin.
Getting Connected
Easy
Advanced
Peripherals
A peripheral class is a wrapper around a single pin or set of pins on a DyIO. Most functions of the DyIO use just one pin (Digital In, digital out, servo out, pwm out, and analog input). Some modes use more then one pin (counter in/output uses 3 and the UART uses 2)
- Digital_Input_Channel
- Digital_Output_Channel
- Analog_Input_Channel
- Servo Channel
- PWM Output Channel
- DC Motor Output Channel
- Counter Output Channel
- Counter Input Channel
- UART Passthrough Channel
- PPM Reader Channel
