TeensyNanoExoCode
Loading...
Searching...
No Matches
Classes | Typedefs
ExoData.h File Reference

Declares a class used to store data for the Exo to access. More...

#include "Arduino.h"
#include "LegData.h"
#include <stdint.h>
#include "ParseIni.h"
#include "Board.h"
#include "StatusLed.h"
#include "StatusDefs.h"
Include dependency graph for ExoData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ExoData
 Class to store all the data related to the exo. More...
 

Typedefs

typedef void(* for_each_joint_function_t) (JointData *, float *)
 

Detailed Description

Declares a class used to store data for the Exo to access.

Author
P. Stegall
Date
Jan. 2022

Typedef Documentation

◆ for_each_joint_function_t

typedef void(* for_each_joint_function_t) (JointData *, float *)