======== Examples ======== The following examples show some of the ways Ultimo can be used. .. include:: ../examples/echo.py :start-after: """ :end-before: """ .. literalinclude:: ../examples/echo.py :start-at: import :language: python Download :download:`echo.py <../examples/echo.py>` .. include:: ../examples/temperature.py :start-after: """ :end-before: """ .. literalinclude:: ../examples/temperature.py :start-at: import :language: python Download :download:`temperature.py <../examples/temperature.py>` .. include:: ../examples/polled_button.py :start-after: """ :end-before: """ .. literalinclude:: ../examples/polled_button.py :start-at: import :language: python Download :download:`polled_button.py <../examples/polled_button.py>` .. include:: ../examples/clock.py :start-after: """ :end-before: """ .. literalinclude:: ../examples/clock.py :start-at: import :language: python Download :download:`clock.py <../examples/clock.py>` .. include:: ../examples/potentiometer.py :start-after: """ :end-before: """ .. literalinclude:: ../examples/potentiometer.py :start-at: import :language: python Download :download:`potentiometer.py <../examples/potentiometer.py>` .. include:: ../examples/motion_interrupt.py :start-after: """ :end-before: """ .. literalinclude:: ../examples/motion_interrupt.py :start-at: import :language: python Download :download:`motion_interrupt.py <../examples/motion_interrupt.py>` .. include:: ../examples/lcd_clock.py :start-after: """ :end-before: """ .. literalinclude:: ../examples/lcd_clock.py :start-at: import :language: python Download :download:`lcd_clock.py <../examples/lcd_clock.py>` Download :download:`devices/lcd1602.py <../examples/devices/lcd1602.py>` Download :download:`devices/aip31068l.py <../examples/devices/aip31068l.py>` Download :download:`devices/pca9633.py <../examples/devices/pca9633.py>` Download :download:`devices/hd44780.py <../examples/devices/hd44780.py>` .. include:: ../examples/lcd_input.py :start-after: """ :end-before: """ .. literalinclude:: ../examples/lcd_input.py :start-at: import :language: python Download :download:`lcd_input.py <../examples/lcd_input.py>` Download :download:`devices/hd44780_text_device.py <../examples/devices/hd44780_text_device.py>` Download :download:`devices/lcd1602.py <../examples/devices/lcd1602.py>` Download :download:`devices/aip31068l.py <../examples/devices/aip31068l.py>` Download :download:`devices/pca9633.py <../examples/devices/pca9633.py>` Download :download:`devices/hd44780.py <../examples/devices/hd44780.py>`