micropython/tests/extmod_hardware/machine_can2.py.exp
Angus Gratton 6cac2d275d stm32: Add machine.CAN implementation.
Implemented according to API docs in a parent comment.

Adds new multi_extmod/machine_can_* tests which pass when testing between
NUCLEO_G474RE, NUCLEO_H723ZG and PYBDV11.

This work was mostly funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2026-03-19 17:36:50 +11:00

6 lines
67 B
Plaintext

testing 1
0x123 b'message1' 0 0
testing 2
0x3 b'message2' 0 0
done