File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 68
68
//| This example will initialize the the device, run
69
69
//| :py:meth:`~busio.I2C.scan` and then :py:meth:`~busio.I2C.deinit` the
70
70
//| hardware. The last step is optional because CircuitPython automatically
71
- //| resets hardware after a program finishes."""
71
+ //| resets hardware after a program finishes.
72
72
//|
73
73
//| Note that drivers will typically handle communication if provided the bus
74
- //| instance (such as `busio.I2C(board.SCL, board.SDA)`), and that many of
74
+ //| instance (such as `` busio.I2C(board.SCL, board.SDA)` `), and that many of
75
75
//| the methods listed here are lower level functionalities that are needed
76
76
//| for working with custom drivers.
77
77
//|
80
80
//|
81
81
//| Tutorial for UART:
82
82
//| https://learn.adafruit.com/circuitpython-essentials/circuitpython-uart-serial
83
+ //| """
83
84
//|
84
85
85
86
STATIC const mp_rom_map_elem_t busio_module_globals_table [] = {
You can’t perform that action at this time.
0 commit comments