Skip to content

Commit

Permalink
Add release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Aug 1, 2024
1 parent fa536ef commit 883bf63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions picofx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 883bf63

Please sign in to comment.