Trinity Devboard PCB V1.0 Firmware. FreeRTOS is setup and the MCU reads IMU data over SPI fand Magnetometer data over I2C, each with a seperate task. Sensordata is then run though MadgwickAHRS and send over USB as serial packet data to use in trinity visualizer. Bare minimum functionality works and is replicated from the first prototype.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* trinity_helperlib.h
|
||||
*
|
||||
* Created on: Aug 17, 2026
|
||||
* Author: pima
|
||||
*/
|
||||
|
||||
#ifndef SRC_TRINITY_HELPERLIB_H_
|
||||
#define SRC_TRINITY_HELPERLIB_H_
|
||||
|
||||
|
||||
|
||||
#endif /* SRC_TRINITY_HELPERLIB_H_ */
|
||||
Reference in New Issue
Block a user