8000 GitHub - gagregrog/EasierButton: Wrapper around EasyButton because I'm bad at cpp and Arduino.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gagregrog/EasierButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easier Button

Disclaimer: I do not know how to properly write c++, so you should probably not use this library.

Wrapper around EasyButton since some of the API doesn't seem to work for me. Most likely user error, yet here we are.

Vector Compile Errors

If you are on an AVR board such as an Arduino Micro, you must include the <ArduinoSTL.h> library before including EasierButton, otherwise everything will crash and burn.

#include <Arduino.h>
#include <ArduinoSTL.h> // mike-matera/ArduinoSTL@^1.1.0
#include <EasierButton.h>

.
.
.

About

Wrapper around EasyButton because I'm bad at cpp and Arduino.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0