Created
December 16, 2019 15:51
-
-
Save andywer/f11445ef520725ed83ec378e6919f2ae to your computer and use it in GitHub Desktop.
Candy Dispenser Sample Config
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
ACCOUNT_PUBLIC_KEY_1=GACEH4IGNPVQNPPOFC4SLZ5OGCIRPSOFNQIO2XIF5ERUKNYI6QDJ3O6Q | |
ACCOUNT_PUBLIC_KEY_2=GBZYXXFSOP545IVUAFUQCJVZ42EWGAKEIW5WKP7QPRAIQ5W2NSAUEP5K | |
TEST_PUBLIC_KEY_1=GC3QAQTZMVUDCU4M3HT3MIIJPS7YC5NFZP3G5S2RBABXP3L4ODZMSWLO | |
TEST_PUBLIC_KEY_2=GCGKEIISGVAMW4EQYTCM7GLDFBFNEXP6CZXFA5GBZG7CPJOTR2JZGLTA | |
# <speed>:<duration>:<alternations> | |
MOTOR_CONFIG_LEFT=30:2s:1 # This motor config is good for M&Ms | |
MOTOR_CONFIG_RIGHT=40:4.5s:3 # Pistachios | |
PRICE_LEFT=2 # Price in XLM | |
PRICE_RIGHT=2 # Price in XLM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment