This shows you the differences between two versions of the page.
pm:prj2023:apredescu:trashbot [2023/05/14 13:56] flavius.usturoi [Rezultate Obţinute] |
pm:prj2023:apredescu:trashbot [2023/05/18 10:58] (current) flavius.usturoi [Jurnal] |
||
---|---|---|---|
Line 31: | Line 31: | ||
#include <servo.h> | #include <servo.h> | ||
- | #define trigPin 6 | + | const int trigPin = 6; |
- | #define echoPin 5 | + | const int echoPin = 5; |
- | #define servoPin 3 | + | const int servoPin = 3; |
- | #define MAX_DISTANCE 50 | + | const int MAX_DISTANCE = 50; |
- | #define MIN_DISTANCE 0 | + | const int MIN_DISTANCE = 0; |
Servo servo; | Servo servo; | ||
Line 88: | Line 88: | ||
<note tip> | <note tip> | ||
+ | * 18.05.2023: Finalizare proiect | ||
* 01.05.2023: Completare documentație | * 01.05.2023: Completare documentație | ||
* 27.04.2023: Stabilire temă proiect | * 27.04.2023: Stabilire temă proiect |