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
00001 #include "globals.h" 00002 #include "mbed.h" 00003 #include "led.h" 00004 #include "pins.h" 00005 00006 #include "led.h" 00007 #include "systick.h" 00008 #include "motors.h" 00009 #include "main_controller.h" 00010 #include "encoders.h" 00011 00012 Led led(LED); 00013 Serial pc(TX, RX); 00014 00015 Systick systick; 00016 volatile unsigned int millis = 0; 00017 00018 Motors motors; 00019 MainController mainController; 00020 00021 volatile Encoder encoders;
Generated on Tue Jul 19 2022 02:00:49 by
