Skip to content

Commit

Permalink
chore: Remove commented out code in SpeedSensor.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BelmiroRodrigues committed Dec 10, 2024
1 parent 54225aa commit f4d56d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions middleware/src/SpeedSensor.cpp → SpeedSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ double calcularVelocidade(int pulsos, double tempoSegundos) {
return velocidade_kmh;
}

int main() {
/* int main() {
try {
// Abre o chip GPIO
gpiod_chip* chip = gpiod_chip_open("/dev/gpiochip0");
Expand Down Expand Up @@ -95,4 +95,4 @@ int main() {
std::cout << "Encerrando programa..." << std::endl;
return 0;
}
} */

0 comments on commit f4d56d9

Please sign in to comment.