1using sysbus
2logLevel 3
3
4mach create
5machine LoadPlatformDescription @platforms/boards/arduino_nano_33_ble.repl
6
7showAnalyzer uart0
8
9twi0.lsm9ds1_imu MaxFifoDepth 2
10twi0.lsm9ds1_imu FeedAccelerationSample $ORIGIN/../../../tests/peripherals/circle_rotated.data
11
12emulation CreateUSBIPServer
13host.usb CreateArduinoLoader cpu 0x10000 0 "arduinoLoader"
14
15echo "Now load the TensorFlow Lite magic_wand sample compiled for Arduino NANO 33 BLE using Arduino IDE..."
16arduinoLoader WaitForBinary 120 True
17