First commit

This commit is contained in:
filip 2021-03-08 21:53:08 +01:00
commit b7f4e7b76e
2 changed files with 33 additions and 0 deletions

33
elevator1/elevator1.ino Normal file
View File

@ -0,0 +1,33 @@
void setup() {
// put your setup code here, to run once:
}
class buttons() {
public:
int button1 = 22;
int button2 = 23;
int button3 = 24;
};
class 7segment() {
public:
void display(numberToDisplay) {
//bcd code
}
};
class led() {
public:
int led1 = 4;
int led2 = 5;
int led3 = 6;
void on(ledNumber) {
//out
}
};
void loop() {
// put your main code here, to run repeatedly:
}

BIN
gpio_usage.ods Normal file

Binary file not shown.