S&B Volcano vaporizer remote control with Pi Pico W
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223
  1. #!/usr/bin/env python
  2. workflows = [
  3. {
  4. "name": "Hardcore",
  5. "author": "xythobuz",
  6. "steps": [
  7. (190.0, 15.0, 5.0),
  8. (205.0, 10.0, 20.0),
  9. (220.0, 10.0, 20.0),
  10. ],
  11. },
  12. {
  13. "name": "Vorbi",
  14. "author": "Rinor",
  15. "steps": [
  16. (176.0, 10.0, 6.0),
  17. (187.0, 5.0, 10.0),
  18. (204.0, 3.0, 10.0),
  19. (217.0, 5.0, 10.0),
  20. ],
  21. },
  22. ]