Skip to content

aczhang9/redboard-tflite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create and run a new project with PlatformIO:

  1. Clone this repo.
  2. Follow QuickStart instructions here: https://github.com/nigelb/platform-apollo3blue#quick-start to install Sparkfun's Arduino framework for PlatformIO.
    Note: This repo was compiled with V2.2.0 of Sparkfun's Apollo3 library.
  3. Initialize PlatformIO project.
cd redboard-tflite
platformio init --board SparkFun_RedBoard_Artemis
  1. Add upload_speed = 230400 to platformio.ini file.
  2. Compile code: platformio run -v
  3. Upload binary to board: platformio run -t upload -v

Notes about this Arduino TFLite library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published