You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ This project aims to cover 100% of the publicly available symbols present in the
21
21
22
22
Functions present in `libv5rt` that are currently are **NOT** in `vex_sdk`:
23
23
- Most things outside of `v5_api.h`and `v5_types.h`. This includes the "user functions", which are basically convenience methods for passing in port indexes directly (e.g. `vexImuReset` vs. `vexDeviceImuReset`).
24
+
- Startup code like `vexStartup` and `vexMain` (rust code should handle this instead!), as well as C runtime shims.
24
25
-`vexSdkVersion`, since we aren't an official SDK.
0 commit comments