GRIDDY
This commit is contained in:
parent
aaef039932
commit
aa2920d603
@ -7,9 +7,6 @@
|
|||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "wings.h"
|
#include "wings.h"
|
||||||
|
|
||||||
#include "asset.h"
|
|
||||||
#include "gif-pros/gifclass.hpp"
|
|
||||||
|
|
||||||
ASSET(griddy_gif)
|
ASSET(griddy_gif)
|
||||||
|
|
||||||
using namespace globals;
|
using namespace globals;
|
||||||
@ -67,7 +64,7 @@ void autonomous() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void opcontrol() {
|
void opcontrol() {
|
||||||
//Gif gif(griddy_gif, lv_scr_act());
|
Gif gif(griddy_gif, lv_scr_act());
|
||||||
opControlInit(); // Configure the chassis for driver control
|
opControlInit(); // Configure the chassis for driver control
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user