diff --git a/picofx/__init__.py b/picofx/__init__.py index 9f11fe1..2751695 100644 --- a/picofx/__init__.py +++ b/picofx/__init__.py @@ -5,6 +5,9 @@ from machine import Pin, PWM, Timer +PICOFX_VERSION = "1.0.0" + + def rgb_from_hsv(h, s, v): if s == 0.0: return v, v, v