11 lines
132 B
C
11 lines
132 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
#define PIN_A 2
|
|
#define PIN_B 3
|
|
#define PIN_KEY 4
|
|
|
|
|
|
void Controls_setup();
|
|
void Controls_loop(); |