Created
April 22, 2021 13:05
-
-
Save PetreBoboc/1202769b7f1792c37ed142fa16653203 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Terminator = LF; | |
get_analog { | |
out "R"; | |
in "R %f"; | |
ExtraInput = Ignore; | |
} | |
set_digital { | |
out "W%d\n"; | |
ExtraInput = Ignore; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment