Extracted volumeDown to seperate file
All checks were successful
Build Code / build (push) Successful in 1m26s
All checks were successful
Build Code / build (push) Successful in 1m26s
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
const int USER_STEPS = 2;
|
||||
const int STAFF_STEPS = 16;
|
||||
|
||||
const int POT_CS = 10;
|
||||
const int POT_UD = 9;
|
||||
|
||||
3
include/userFunctions.h
Normal file
3
include/userFunctions.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
void volumeDown(int *userVolume, int *oldUserVolume);
|
||||
Reference in New Issue
Block a user