An executable for decrypting and running recipe programs on the cocktail mixer
The format of the recipe:
Program {
"id": "string",
"lines": [
{
"components": [
{
"ingredient": "string",
"amount": "number: <the amount in ml"
}
],
"timing": "number: 0: machine can decide, 1: all ingredients as fast as possible, 2: all beginning as early as possible and end with the slowest together, 3: one after the other",
"sleep": "number: <the sleep time after the line in ms>"
}
]
}
The project can be edited in the PlatformIO editor: http://platformio.org