Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed Herkulex_Library_2019 ident_crac actions_Pr
main.h
- Committer:
- kyxstark
- Date:
- 2019-05-22
- Revision:
- 21:edf6d03fdb20
- Parent:
- 1:568955af8c2b
- Child:
- 23:93a427b242ce
File content as of revision 21:edf6d03fdb20:
#ifndef MAIN_H
#define MAIN_H
#include "Asservissement.h"
#include "ident_crac.h"
#include "Capteur.h"
#include "Actionneurs.h"
#include "fonctions_herkulex.h"
#include "dt.h"
/*
#ifdef ROBOT_BIG
#include "actions_Gr.h"
#endif
#ifdef ROBOT_SMALL
#include "actions_Pr.h"
#endif*/
extern CAN can;
#endif