-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
library format, content and packaging #1
Comments
sleep_minutes sleep(255) => takes seconds =>returns error_ok |
void set_int_pulsed(bool type); //enable / disable pulsed signal for timer interrupts
void set_alarm(byte minute); //alarm if minutes ==
void set_alarm(byte minute, byte hour); //alarm for hours & minutes ==
void set_alarm(byte minute, byte hour, byte day, bool weekday); // bool weekday for distinguishing between day of month / day of week
void set_alarm(byte minute, byte hour, byte day, byte weekday); //alarm for hours & minutes & day & weekday ==
void set_charging(bool state); //manually disable charging
also a possibility to use software I2C (given with constructor) would be useful for those who are not using espshield and want to use different pins
|
@Tobi3566 whenever there will be a merge request for the code at some point I will add my 50cents about code there because I can reference line of code directly |
current code location
https://github.com/SuperPower/Artemis/tree/master/artemis-board/library%20and%20sample%20code
Example library packaging
https://github.com/ESP32Home/ESPNowWrapper
example usage project
https://github.com/ESP32Home/esp32_iot/tree/master/10_esp_now_mqtt_gateway
repo name :
Common lib
in Artemis project
in Apollo project
Separate lib
Option 1
in Artemis project
Option 2
The text was updated successfully, but these errors were encountered: