---vl6180dr

This commit is contained in:
Mysteo91
2023-07-31 11:48:34 +03:00
parent 0b2cdbc8ba
commit cef4988b6d
13 changed files with 82 additions and 878 deletions

View File

@@ -31,6 +31,7 @@
****************************************************************************************/
extern "C" {
#include "header.h" /* generic header */
#include "vl6180_app.h"
}
#include "uart_bridge.hpp"
@@ -51,6 +52,7 @@ void AppInit(void)
{
/* Initialize the timer driver. */
TimerInit();
vl6180_init();
/* Initialize the led driver. */
LedInit();
/* initialize the bootloader interface */