Skip to content

Commit

Permalink
One more fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Sep 17, 2024
1 parent 166fe30 commit 7a731fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/user_guide/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ potentiometer, you could have code which looks like::
volume = Value(0)
set_volume = ADCPoll(ADC_PIN, 0.1) | volume
led_brightness = volume | PWMSink(ONBOARD_LED_PIN, 1000)
...

In addition to the simple :py:class:`~ultimo.value.Value` class, there are
additional value subclasses which smooth value changes using easing functions
Expand Down

0 comments on commit 7a731fd

Please sign in to comment.