Skip to content

An executable for decrypting and running recipe programs on the cocktail mixer

License

Notifications You must be signed in to change notification settings

meierha/PumpControl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PumpControl

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

About

An executable for decrypting and running recipe programs on the cocktail mixer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.2%
  • Makefile 2.0%
  • C 1.5%
  • CMake 1.3%