Skip to content

coolhandle01/egadware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egadware

A collation of basic arduino code for common breadboard components.

LED.h

Provides a class to control an LED, including fading. Use a PWM pin if you want to do fading.

PushButton.h

Provides a class to read the state of a button. Implements debouncing. Compatible with various pull-up or pull-down scenarios.

RGB_LED.h

Provides a class to control an RGB LED. Designed for a common-cathode design. For common-annode designs, use pullUpColor from core/RGB.h

RotaryEncoder.h

Provides a class to control an RGB LED. Designed for a common-cathode design.

About

A collation of basic Arduino helpers for Common Breadboard Items.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages