April 2020
Intermediate to advanced
294 pages
7h 53m
English
The controller application has several different activities that it needs to perform, such as the following:
Let's look at these steps in detail:
# Create a uart object, uart4, and setup the serial parametersi2c = I2C(1) # create on bus 1i2c = I2C(1, I2C.MASTER) # create and init as a masteri2c.init(I2C.MASTER, baudrate=400000) ...
Read now
Unlock full access