534
edits
(→Stop()) |
m (→Start(): String correction) |
||
| Line 92: | Line 92: | ||
>>> MODULE_HT16K33 = FGINT1.getModule('HT16K33') | >>> MODULE_HT16K33 = FGINT1.getModule('HT16K33') | ||
>>> LEDPACK2 = MODULE_HT16K33('LEDPACK2', '0x71', 0) | >>> LEDPACK2 = MODULE_HT16K33('LEDPACK2', '0x71', 0) | ||
>>> LEDPACK2.Start() # Start the device (device need to be activate before with the '''ConfigMCP()''' methods | >>> LEDPACK2.Start() # Start the device (device need to be activate before with the '''ConfigMCP()''' methods) | ||
>>> | >>> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
edits