Skip to content

Commit

Permalink
Remove mentioning of Nano 33 IoT in examples and README.
Browse files Browse the repository at this point in the history
The Nano 33 IoT was only used at the very beginning of the development of this library.
  • Loading branch information
aentinger committed Oct 17, 2024
1 parent 0d0a8c8 commit b669ae0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Sync Labels status](https://github.com/bcmi-labs/Arduino_10BASE_T1S/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/bcmi-labs/Arduino_10BASE_T1S/actions/workflows/sync-labels.yml)
[![Arduino Lint](https://github.com/bcmi-labs/Arduino_10BASE_T1S/workflows/Arduino%20Lint/badge.svg)](https://github.com/bcmi-labs/Arduino_10BASE_T1S/actions?workflow=Arduino+Lint)

**Note**: This library works for Arduino [Nano 33 IoT](https://store.arduino.cc/products/arduino-nano-33-iot), Arduino [Zero](https://store.arduino.cc/products/arduino-zero), Arduino [R4 WiFi](https://store.arduino.cc/products/uno-r4-wifi) and Arduino [R4 Minima](https://store.arduino.cc/products/uno-r4-minima).
**Note**: This library works for Arduino [Zero](https://store.arduino.cc/products/arduino-zero), Arduino [R4 WiFi](https://store.arduino.cc/products/uno-r4-wifi) and Arduino [R4 Minima](https://store.arduino.cc/products/uno-r4-minima).

### How-to-compile/upload
```bash
Expand Down
4 changes: 2 additions & 2 deletions examples/iperf-client/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
:floppy_disk: `iperf-client`
=============================

This example sketch can be used to measure 10BASE-T1S network performance using this software stack. The required hardware is a Arduino [Nano 33 IoT](https://store.arduino.cc/products/arduino-nano-33-iot) and a Mikroe [2-Wire ETH](https://www.mikroe.com/two-wire-eth-click) click board.
This example sketch can be used to measure 10BASE-T1S network performance using this software stack.

### How-to-compile/upload
```bash
arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/iperf-client -u -p /dev/ttyACM0
arduino-cli compile -b arduino:renesas_uno:minima -v examples/iperf-client -u -p /dev/ttyACM0
```

### How-to-`iperf`
Expand Down
4 changes: 1 addition & 3 deletions examples/iperf-client/iperf-client.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
* This example has been tested with Arduino Nano 33 IoT and with
* Mikroe Two-Wire ETH Click board (MicroChip LAN8651). For further
* information take a look at the README.
* This example has been tested with the Arduino 10BASE-T1S (T1TOS) shield.
*
* Author:
* Alexander Entinger
Expand Down
3 changes: 1 addition & 2 deletions examples/tools/Generate-MAC/Generate-MAC.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* This example has been tested with Arduino Uno WiFi R4 and Arduino Nano 33 IoT.
* - arduino-cli compile -b arduino:samd:nano_33_iot -v examples/tools/Generate-MAC -u -p /dev/ttyACM0
* This example has been tested with Arduino Uno Minima / WiFi R4.
* - arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/tools/Generate-MAC -u -p /dev/ttyACM0
* - arduino-cli compile -b arduino:renesas_uno:minima -v examples/tools/Generate-MAC -u -p /dev/ttyACM0
*/
Expand Down

0 comments on commit b669ae0

Please sign in to comment.