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.
main.hpp
- Committer:
- nerit
- Date:
- 2018-06-27
- Revision:
- 4:d32258ec411f
- Parent:
- 3:c0f11ca4df02
- Child:
- 5:3b95bbfe2dc9
File content as of revision 4:d32258ec411f:
#ifndef INCLUDE_MAIN
#define INCLUDE_MAIN
#include "mbed.h"
#include "stdio.h"
#include "math.h"
#undef LPC
#define ST_NUCLEO
// INDIRIZZAMENTO CAN BUS
//#define M1
//#define M2
//#define M3
//#define M4
#define M5
//#define M6
//#define M7
//#define M8
//#define M9
//#define M10
#define canbusActive
//#define pcSerial
//#define Qnca
//#define quinca
//#define correnteAssorbita
//#define overWriteCanSimulation
//#define canDataReceived
//#define inCorre
//#define SDreset
//#define VediAllarmi
#define inProva 0
//#define provaScheda
//#define provaStepper
//#define provaDC
#define startCycleSimulation 1
#define correzioneAttiva 1
//#define simulaPerCan
//#define simulaBanco
#endif