Mechanical-Advantage / AdvantageKit

Logging & replay framework for FRC
GNU General Public License v3.0
155 stars 45 forks source link

Document all supported datatypes #48

Closed lidor51 closed 11 months ago

lidor51 commented 11 months ago

Add to your repo a documentation page of all supported data types.

jwbonner commented 11 months ago

I think this is now addressed, with the new inclusion of structured data types:

https://github.com/Mechanical-Advantage/AdvantageKit/blob/main/docs/DATA-FLOW.md#simple-data-types

There's no point listing the specific struct types since that depends on WPILib support which will change over time. Plus teams can define their own types anyway.