On Arduino IDE on MacOS
- Go to the Arduino library directory, for example:
/Users/<username>/Documents/Arduino/libraries/uTensor
- Clone the uTensor C++ runtime:
# using ssh
git clone [email protected]:uTensor/uTensor.git
- Clone the example
git clone [email protected]:uTensor/utensor-arduino-demo.git
-
Open
DigitRecognition.ino
underutensor-arduino-demo\DigitRecognition
with Arduino IDE. -
Click on
Verify