circuitpython/ports/mimxrt10xx/boards/teensy41
KurtE ecf2f1c80c Add to board object other Serial and I2c pin names
While testing out this and the new MicroMod Teensy port, @mjs513
and myself found it desirable to have logical pin names for the
different Serial UART objects.  It is a lot easier and clearer
to use and maintain to do something
like: uart4 = busio.UART(board.TX4, board.RX4)
than have to go look up the pin numbers for each board.
2022-04-10 05:39:43 -07:00
..
board.c board_deinit() everywhere 2021-11-30 11:00:10 -05:00
board.ld Add Teensy 4.1 board definition 2020-05-11 13:58:58 -07:00
flash_config.c run code formatting script 2021-03-15 19:27:36 +05:30
mpconfigboard.h Start of USB host API 2022-03-07 18:07:25 -08:00
mpconfigboard.mk Start of USB host API 2022-03-07 18:07:25 -08:00
pins.c Add to board object other Serial and I2c pin names 2022-04-10 05:39:43 -07:00