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.
globals.cpp
- Committer:
- rzalog
- Date:
- 2019-05-05
- Revision:
- 0:7a97ebb833eb
File content as of revision 0:7a97ebb833eb:
#include "globals.h"
#include "mbed.h"
#include "led.h"
#include "pins.h"
Led led(LED_BACK);
Serial pc(TX, RX);
Systick systick;
volatile unsigned int millis = 0;
Motors motors;
MainController mainController;
volatile Encoder encoders;
//volatile Gyro gyro;
volatile IR ir;
//Beep buzz(PB_14);