<div dir="ltr">On Sunday, July 29, 2018, Anthony Walter <<a href="mailto:sysrpl@gmail.com" target="_blank">sysrpl@gmail.com</a>> wrote:<br>> Thanks Michael, that's some good information. I'll poke around with Pascal using the information you provided and see if I can turn an LED on/off, set its color and brightness, and whatever else then post back here with the results.<br>> If anyone else cares to chime in with advice I'd much appreciate your insights.<br><br>There are device nodes you can interact with to drive the I2C/SPI peripherals. This will be cleaner and more portable than interacting with the registers yourself.<br><br>There may also be C libraries wrapping the details of the device nodes. Creating headers for and calling that code may or may not save you any work. Some of those libraries, like the devicemode USB one, <br><br>Cheers,<br>    R0b0t1
</div>