diff --git a/README.md b/README.md index c6d6048..3a26151 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,15 @@ Download the libraries above as zip files and add to your Arduino installation w #### Board maps: | |N_AXIS|Ganged axes1|Ethernet|EEPROM |SD card|I2C Keypad|Encoders|Digital I/O|Analog I/O| -|------------------------------------------------------------------------------|------|----------------------------|--------|---------------|------------|----------|--------|-----------|----------| -|Generic | 3 |no |no |yes2|yes |yes | - | - | - | -|[BOARD_T40X101](https://github.com/phil-barrett/grbl-teensy-4) for Teensy 4.0 |max 4 |max 1 |no |yes2|no |yes | max 1 | - | - | -|[BOARD_T41U5XBB](https://github.com/phil-barrett/grbl-teensy-4) for Teensy 4.1|max 5 |max 2 |yes |yes2|yes |yes | max 1 |4/3 or 1/33|-| +|---------------------------------------------------------------------------------|------|----------------------------|--------|---------------|------------|----------|--------|-----------|----------| +|Generic | 3 |no |no |yes2|yes |yes | - | - | - | +|[BOARD_T40X101](https://github.com/phil-barrett/grbl-teensy-4) for Teensy 4.0 |max 4 |max 1 |no |yes2|no |yes | max 1 | - | - | +|[BOARD_T41U5XBB](https://github.com/phil-barrett/grbl-teensy-4) for Teensy 4.1 |max 5 |max 2 |yes |yes2|yes |yes | max 1 |4/3 or 1/33|-| +|[BOARD_T41BB5X_PRO](https://github.com/phil-barrett/grbl-teensy-4) for Teensy 4.1|max 5 |max 2 |yes |yes \(FRAM\) |yes |yes | max 1 |4/3 or 1/33|-| 1 Each enabled reduces N_AXIS with one. Currently the board map file must be edited to enable ganged/auto squared axes. 2 I2C EEPROM \(or FRAM\) is [optional](https://github.com/grblHAL/Plugin_EEPROM/blob/master/README.md) and must be added to the board. FRAM is recommended when the [Odometer plugin](https://github.com/grblHAL/Plugin_odometer/blob/master/README.md) is added to the build. 3 Number of digital input pins available is reduced when the [Encoder plugin](https://github.com/grblHAL/Plugin_encoder/blob/master/README.md) is added to the build. --- -2021-04-28 +2021-05-09