Skip to content

simondlevy/USFSMAX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

180 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository derives from Greg Tomasch's code for the Pesky Products USFSMAX motion coprocessor. See Greg's README for details.

Changes I made to Greg's version:

  • Made a proper Arduino repository

  • Eliminated globals and #define in C++ classes

  • Moved all printout from classes to sketches

  • Simplified arrays; e.g., gyroData[2][3] => gyroData[3]

I have tested this library on the following hosts:

  • Teensy4.0

  • TinyPICO ESP32

  • Tlera Corporation Butterfly STM32L433

About

Arduino library for the USFSMAX coprocessor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 88.3%
  • Makefile 8.1%
  • C 3.6%