-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Opaygo step by step librairies and functions integration (#100)
* git changes * Changes in loop * change on token_management * main.cpp * include opaygo_decoder * token_management * add function GetDataFromToken from opaygo_decoder * this commit is only to update the branch * update branch * add opaygo_functions * add LoadActivationVariables() function * complete main.cpp with functions of opaygo * add UpdateDeviceStatusFromTokenValue() * add functions in opaygo_functions * update code * add functions in opaygo_functions * solving problem of time * editorConfig problem solving * editorConfig problem solving * editorConfig problem solving * clang-format problem solving * EditConfig problem solving * EditConfig problem solving * commit before changing branch * solving conflict for PR * format document * format document --------- Co-authored-by: Peguy WANDA <peguy@debian-BULLSEYE-live-builder-AMD64> Co-authored-by: Daniel Mohns <daniel.mohns@posteo.de>
- Loading branch information
1 parent
f91f7ee
commit cd2b49d
Showing
8 changed files
with
461 additions
and
42 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#pragma once | ||
|
||
// defines | ||
|
||
// Arduino base libraries | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.