Expose the LED jumper via USB.

This commit is contained in:
László Monda
2016-10-18 18:58:00 +02:00
parent 0ed30b4591
commit 5a32ff743c
5 changed files with 44 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include "i2c.h"
#include "led_driver.h"
#include "merge_sensor.h"
#include "led_jumper.h"
void InitI2c() {
port_pin_config_t pinConfig = {
@@ -46,6 +47,7 @@ void InitI2c() {
void InitPeripherials(void)
{
InitResetButton();
InitLedJumper();
InitMergeSensor();
InitTestLed();
InitI2c();