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.h
- Committer:
- rzalog
- Date:
- 2019-05-05
- Revision:
- 0:7a97ebb833eb
File content as of revision 0:7a97ebb833eb:
#pragma once
#include "mbed.h"
#include "led.h"
#include "motors.h"
#include "encoders.h"
#include "ir.h"
#include "systick.h"
#include "main_controller.h"
#include "beep.h"
extern Led led;
extern Serial pc;
extern Systick systick;
extern volatile unsigned int millis;
extern Motors motors;
extern MainController mainController;
extern volatile Encoder encoders;
//extern volatile Gyro gyro;
extern volatile IR ir;
//extern Beep buzz;