minor edits
This commit is contained in:
@ -11,7 +11,8 @@
|
||||
|
||||
#include "gravity.h"
|
||||
|
||||
// Initialize the static pointer for the EncoderDir class to null.
|
||||
// Initialize the static pointer for the EncoderDir class to null. We want to
|
||||
// have a static pointer to decouple the ISR from the global gravity object.
|
||||
EncoderDir* EncoderDir::_instance = nullptr;
|
||||
|
||||
void Gravity::Init() {
|
||||
|
||||
Reference in New Issue
Block a user