micropython/tests/pyb
David P f365025c9c stm32: Replace master/slave with controller/peripheral in I2C and SPI.
Replace "master" with "controller" and "slave" with "peripheral" in
comments, errors, and debug messages.

Add CONTROLLER and PERIPHERAL constants to pyb.SPI and pyb.I2C classes;
retain MASTER and SLAVE constants for backward compatiblity.
2021-07-18 11:23:41 +10:00
..
accel.py
accel.py.exp
adc.py
adc.py.exp
adcall.py
adcall.py.exp
board_pybv1x.py
board_pybv1x.py.exp
can.py
can.py.exp
can2.py
can2.py.exp
dac.py
dac.py.exp
extint.py
extint.py.exp
i2c.py stm32: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:23:41 +10:00
i2c.py.exp
i2c_accel.py stm32: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:23:41 +10:00
i2c_accel.py.exp
i2c_error.py stm32: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:23:41 +10:00
i2c_error.py.exp
irq.py
irq.py.exp
led.py
led.py.exp
modstm.py
modstm.py.exp
modtime.py
modtime.py.exp
pin.py
pin.py.exp
pyb1.py
pyb1.py.exp
pyb_f405.py stm32: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:23:41 +10:00
pyb_f405.py.exp
pyb_f411.py
pyb_f411.py.exp
rtc.py
rtc.py.exp
servo.py
servo.py.exp
spi.py stm32: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:23:41 +10:00
spi.py.exp stm32: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:23:41 +10:00
switch.py
switch.py.exp
timer.py
timer.py.exp
timer_callback.py
timer_callback.py.exp
uart.py
uart.py.exp