micropython/tests/extmod_hardware
Ihor Nehrutsa 094437686f tests/extmod_hardware/machine_encoder.py: Use target_wiring for encoder.
Signed-off-by: Ihor Nehrutsa <Ihor.Nehrutsa@gmail.com>
2025-11-19 16:10:12 +11:00
..
machine_counter.py tests/extmod_hardware: Add basic tests for machine.Counter and Encoder. 2025-08-02 00:03:03 +10:00
machine_encoder.py tests/extmod_hardware/machine_encoder.py: Use target_wiring for encoder. 2025-11-19 16:10:12 +11:00
machine_i2c_target.py tests/extmod_hardware: Add self unittest for I2CTarget. 2025-08-01 23:03:17 +10:00
machine_pwm.py tests: Four typos in tests directory. 2025-02-25 23:34:53 +11:00
machine_uart_irq_break.py tests: Convert all machine.UART tests to use target_wiring. 2025-09-08 11:52:49 +10:00
machine_uart_irq_break.py.exp tests/extmod_hardware: Add tests for machine.UART.IRQ_RX/RXIDLE/BREAK. 2024-08-29 16:48:09 +10:00
machine_uart_irq_rx.py tests: Convert all machine.UART tests to use target_wiring. 2025-09-08 11:52:49 +10:00
machine_uart_irq_rx.py.exp tests/extmod_hardware: Add tests for machine.UART.IRQ_RX/RXIDLE/BREAK. 2024-08-29 16:48:09 +10:00
machine_uart_irq_rxidle.py tests: Convert all machine.UART tests to use target_wiring. 2025-09-08 11:52:49 +10:00
machine_uart_irq_rxidle.py.exp tests/extmod_hardware/machine_uart_irq_rxidle.py: Test multiple writes. 2025-07-08 13:18:13 +10:00