Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 692 Bytes

GPIO (General-Purpose Input/Output)

GPIO pins can be controlled as either input or output pins:

  • Output digital pins are writable as high or low.
  • Input digital pins are readable as high or low and generate interrupts on changes.
  • PWM output pins are writable with values between 0 and 255.

Céu-Arduino currently provides the following drivers: