You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**:No class driver available since this device doesn't need software control. Evaluation board demo code only**
66
66
- Level shifter (Voltage translator)
@@ -168,7 +168,7 @@ It shows simple usage examples for the drivers and standalome demo for target de
168
168
169
169
> **Note**
170
170
> These examples should work on any MicroPython platform but need to absorb hardware difference.
171
-
> All these examples runs as it is on MIMXRT1050-EVK. If you try on MIMXRT1170-EVK, the hardware I2C has different ID for A4/A5 pins. The ID must be changed from 0 to 2.
171
+
> All these examples runs as it is on MIMXRT1050-EVK. If you try on MIMXRT1170-EVK, the hardware I²C has different ID for A4/A5 pins. The ID must be changed from 0 to 2.
172
172
> Refer to pinout document for each platforms. For i.MXRT, the pinout information is available [here](https://docs.micropython.org/en/latest/mimxrt/pinout.html#mimxrt-i2c-pinout).
173
173
174
174
@@ -189,8 +189,8 @@ It shows simple usage examples for the drivers and standalome demo for target de
189
189
⏰|RTC_demo_PCF85063TP-ARD.py |example/ARD_boards/|Operation sample through MicroPython’s machine.RTC equivalent APIs. |PCF85063TP
190
190
⏰|RTC_demo_PCF85053A-ARD.py |example/ARD_boards/|Operation sample through MicroPython’s machine.RTC equivalent APIs. Using alarm interrupt |PCF85053A
191
191
🌡️|temp_sensor_simple_PCT2075_LM75B.py |example/general/ |Very simple sample to operate a temp sensor |LM75B, PCT2075
192
-
🌡️|temp_sensor_simple_P3T1085_P3T1755_P3T1035_P3T2030.py |example/general/ |Very simple sample to operate a temp sensor with different I2C pin assign. |P3T1085, P3T1755, P3T1035, P3T2030
193
-
🌡️|temp_sensor_simple_P3T1085_P3T1755_P3T1035_P3T2030-ARD.py |example/ARD_boards/|Similar to “temp_sensor_simple.py” but different I2C pin assign. |P3T1085, P3T1755, P3T1035, P3T2030
192
+
🌡️|temp_sensor_simple_P3T1085_P3T1755_P3T1035_P3T2030.py |example/general/ |Very simple sample to operate a temp sensor with different I²C pin assign. |P3T1085, P3T1755, P3T1035, P3T2030
193
+
🌡️|temp_sensor_simple_P3T1085_P3T1755_P3T1035_P3T2030-ARD.py |example/ARD_boards/|Similar to “temp_sensor_simple.py” but different I²C pin assign. |P3T1085, P3T1755, P3T1035, P3T2030
194
194
🌡️|temp_sensor_demo_PCT2075DP-ARD.py |example/ARD_boards/|Operate with interrupt and heater-resister on ARD board |PCT2075
195
195
🌡️|temp_sensor_demo_P3T1085UK-ARD.py |example/ARD_boards/|Similar to “temp_sensor_demo_PCT2075DP-ARD” but no heater operation |P3T1085
196
196
🌡️|temp_sensor_demo_P3T1755DP-ARD.py |example/ARD_boards/|Similar to “temp_sensor_demo_PCT2075DP-ARD” but no heater operation |P3T1755
@@ -205,8 +205,8 @@ It shows simple usage examples for the drivers and standalome demo for target de
205
205
🍎|accelerometer.py |example/general/|Simple 3 axis data capturing from FXOS8700 or FXLS8974 |FXOS8700, FXLS8974
206
206
🍎|magnetometer.py |example/general/|Simple compass application using FXOS8700 |FXOS8700
207
207
🌊|afe.py |example/general/|Simple AFE (NAFE13388) operation to show measured voltage on 2 input channels |NAFE13388
208
-
-|BusSwitch_PCA9846PW-ARD.py |example/ARD_boards/|Demo to show I2C bus switch function with EEPROMs |PCA9846
209
-
-|BusRepeater_PCA9617ADP-ARD.py |example/ARD_boards/|Demo to show I2C bus repeater (buffer) function with several signal voltages combinations using an EEPROM |PCA617A
208
+
-|BusSwitch_PCA9846PW-ARD.py |example/ARD_boards/|Demo to show I²C bus switch function with EEPROMs |PCA9846
209
+
-|BusRepeater_PCA9617ADP-ARD.py |example/ARD_boards/|Demo to show I²C bus repeater (buffer) function with several signal voltages combinations using an EEPROM |PCA617A
210
210
-|LevelShifter_NTS0304EUK-ARD.py |example/ARD_boards/|Demo to show level shifter (voltage translator) function with several signal voltages combinations using a digital potentiometer |NTS0304E
0 commit comments