add firmware
This commit is contained in:
10
dev/laser.h
Normal file
10
dev/laser.h
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
bool Laser_Init(void);
|
||||
short Laser_Read_mm(void);
|
||||
bool Laser_Init_v2(void);
|
||||
uint16_t getRange();
|
||||
|
||||
bool isRangeReady();
|
Reference in New Issue
Block a user