micropython/docs/library
Dave Hylands 3ad94d6072 extmod: Add ubinascii.unhexlify
This also pulls out hex_digit from py/lexer.c and makes unichar_hex_digit
2015-05-20 09:29:22 +01:00
..
cmath.rst
gc.rst
index.rst docs: Provide initial documentation for micropython module. 2015-03-30 00:32:29 +01:00
math.rst docs: Correct the documentation for math.frexp. 2015-02-23 22:15:11 +00:00
micropython.rst docs: Add additional example/note for Timer's callback usage. 2015-03-30 00:43:04 +01:00
network.rst
os.rst stmhal: Add os.rename function. 2015-05-12 23:43:11 +01:00
pyb.ADC.rst
pyb.Accel.rst
pyb.CAN.rst stmhal: Add support for sending and receiving CAN RTR messages. 2015-04-18 14:53:00 +01:00
pyb.DAC.rst docs: Fix frequency info for DAC.triangle. 2015-01-20 23:56:10 +00:00
pyb.ExtInt.rst
pyb.I2C.rst
pyb.LCD.rst
pyb.LED.rst docs: Define more clearly the behaviour of LED methods. 2014-12-16 11:55:46 +00:00
pyb.Pin.rst
pyb.RTC.rst sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value. 2015-05-11 23:48:39 +01:00
pyb.SPI.rst
pyb.Servo.rst docs: Add quickref info about Servo; improve Servo docs. 2015-01-01 18:00:45 +00:00
pyb.Switch.rst
pyb.Timer.rst docs: Add additional example/note for Timer's callback usage. 2015-03-30 00:43:04 +01:00
pyb.UART.rst pyb.UART.rst: Clean up note about stream protocol support. 2015-02-22 13:36:35 +02:00
pyb.USB_VCP.rst docs: Document USB_VCP file-like methods. 2015-05-13 20:42:12 +01:00
pyb.rst docs: Document pyb.stop, pyb.standby and pyb.RTC.wakeup. 2015-04-21 22:35:17 +01:00
select.rst
struct.rst
sys.rst docs: Make admonition for CPy-difference use "attention" class. 2014-12-22 13:42:30 +00:00
time.rst
ubinascii.rst extmod: Add ubinascii.unhexlify 2015-05-20 09:29:22 +01:00
uctypes.rst docs: uctypes: Bullet list formatting fixes. 2015-03-31 01:29:07 +03:00
uhashlib.rst
uheapq.rst
ujson.rst
ure.rst
usocket.rst
uzlib.rst