From 9493dc9be7c1726938ff67548f17504f565560a1 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Sun, 21 Apr 2024 14:13:21 +0800 Subject: [PATCH] Fixed URL links on README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92876bd..7de6cff 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ qrepo run flash 4. You're now ready to interact with N2CMU and start utilizing its neural network coprocessing capabilities. Follow the example schematic below for Arduino UNO (but other boards will do).

- N2CMU Example Schematic + N2CMU Example Schematic

5. Alternatively, you can manufacture your own Arduino UNO shield for N2CMU. Here's the Gerber file and PDF schematic file for N2CMU shield: - - [Arduino N2CMU shield PDF schematic](pcb/Arduino-N2CMU-Shield-Schematic.pdf) - - [Arduino N2CMU Gerber file](pcb/Arduino-N2CMU-Shield-Gerber.zip) + - [Arduino N2CMU shield PDF schematic](https://github.com/nthnn/n2cmu/blob/main/pcb/Arduino-N2CMU-Shield-Schematic.pdf) + - [Arduino N2CMU Gerber file](https://github.com/nthnn/n2cmu/blob/main/pcb/Arduino-N2CMU-Shield-Gerber.zip) 6. See [n2cmu-arduino](https://github.com/nthnn/n2cmu-arduino) library for interacting with Arduino-powered boards.