2019-09-23 00:24:10 -07:00
|
|
|
/*----------------------------------------------------------------------------*/
|
2020-07-24 08:34:30 -07:00
|
|
|
/* Copyright (c) 2019-2020 FIRST. All Rights Reserved. */
|
2019-09-23 00:24:10 -07:00
|
|
|
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
|
|
|
|
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
|
|
|
|
/* the project. */
|
|
|
|
|
/*----------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
namespace halsimgui {
|
|
|
|
|
|
2020-09-12 10:55:46 -07:00
|
|
|
class AccelerometerSimGui {
|
2019-09-23 00:24:10 -07:00
|
|
|
public:
|
|
|
|
|
static void Initialize();
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
} // namespace halsimgui
|