Skip to content

ceu-arduino/driver-gpio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published