GPIO pins can be controlled as either input or output pins:
- Output digital pins are writable as
high
orlow
. - Input digital pins are readable as
high
orlow
and generate interrupts on changes. PWM
output pins are writable with values between0
and255
.
Céu-Arduino currently provides the following drivers:
- Digital Output
- Digital Input
- With external interrupts
- With pin-change interrupts
- Difference between external and pin-change interrupts:
- PWM Output: