-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arduino GPIO support & hash changes (#169)
* rename (tcfg, tmax, tmin to mcfg, mmax, mmin) & add register muse * add support gpio´s framework arduino * now hash only start with ':' instead of being in quotes '"' * add more tests to invalid memory configs * add more tests to gpios memory config
- Loading branch information
1 parent
685831e
commit 8d710c4
Showing
14 changed files
with
246 additions
and
98 deletions.
There are no files selected for viewing
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
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,12 +1,12 @@ | ||
MODE NILL 0d06 | ||
ALOC "a1" 0d07 | ||
ALOC "a2" 0d00 | ||
ALOC "p1" "a1" | ||
ALOC "p2" "a2" | ||
ALOC :a1 0d07 | ||
ALOC :a2 0d00 | ||
ALOC :p1 :a1 | ||
ALOC :p2 :a2 | ||
|
||
MODE NILL 0d07 | ||
PUSH "p1" NILL | ||
PULL "p2" NILL | ||
PUSH :p1 NILL | ||
PULL :p2 NILL | ||
|
||
MODE NILL 0d02 | ||
STRI "a2" NILL | ||
STRI :a2 NILL |
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
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
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.