ARMS  3.1.1
Documentation for ARMS movement library
api.h
1 #pragma once
2 
3 #include "ARMS/lib.h"
4 
5 // The config file needs to be last because the arms::init()
6 // function inside of it depends on init() function of the subsystems
7 #include "ARMS/config.h"
The ARMS configuration file. This file is where you setup everything about your chassis,...