kopia lustrzana https://github.com/peterhinch/micropython-samples
Doc changes
rodzic
72db945fbc
commit
91d51a9f33
|
@ -97,7 +97,8 @@ Pyboard variants, and ESP8266. Builds cross compiler and unix port.
|
||||||
|
|
||||||
# ssd1306
|
# ssd1306
|
||||||
|
|
||||||
A means of rendering multiple larger fonts to the SSD1306 OLED display
|
A means of rendering multiple larger fonts to the SSD1306 OLED display. See
|
||||||
|
[docs](./SSD1306/README.md).
|
||||||
|
|
||||||
# mutex
|
# mutex
|
||||||
A class providing mutal exclusion enabling interrupt handlers and the main program to access shared
|
A class providing mutal exclusion enabling interrupt handlers and the main program to access shared
|
||||||
|
@ -112,13 +113,13 @@ Python code to bit-reverse (fast-ish) 8, 16 and 32 bit words.
|
||||||
|
|
||||||
# ds3231_pb
|
# ds3231_pb
|
||||||
Driver for the DS3231 low cost precison RTC, including a facility to calibrate the Pyboard's RTC
|
Driver for the DS3231 low cost precison RTC, including a facility to calibrate the Pyboard's RTC
|
||||||
from the DS3231.
|
from the DS3231. Calibration to high precision may be achieved in five minutes.
|
||||||
|
|
||||||
# Buildcheck
|
# Buildcheck
|
||||||
Raise an exception if a firmware build is earlier than a given date.
|
Raise an exception if a firmware build is earlier than a given date.
|
||||||
|
|
||||||
# timed_function
|
# timed_function
|
||||||
Time a function's execution using a decorator
|
Time a function's execution using a decorator.
|
||||||
|
|
||||||
# ESP8266
|
# ESP8266
|
||||||
benchmark.py Tests the performance of MQTT by periodically publishing while subscribed to
|
benchmark.py Tests the performance of MQTT by periodically publishing while subscribed to
|
||||||
|
|
Ładowanie…
Reference in New Issue