Skip to content

Commit

Permalink
chore: maybe don't comment everything out
Browse files Browse the repository at this point in the history
  • Loading branch information
koen1711 authored Feb 17, 2025
1 parent 6cc1069 commit 02247fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Leaphyoriginal1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// suitable for Fundumoto Shield
// Copyright Science4Kids& Stichting Leaphy 2018
// version 1.0.0 25 JULI 2018
#ifdef AVR

#include "Leaphyoriginal1.h"


Expand Down Expand Up @@ -51,10 +49,12 @@ int getLineFollower(int fpSide)
return digitalRead(pinLINE);
}

#ifdef AVR
void setTone(int fpTone, int fpBeat)
{
tone(TONE_PIN, fpTone, fpBeat);
}
#endif // #ifdef AVR

void setMotor(int fpMotor, int fpSpeed)
{
Expand Down Expand Up @@ -102,4 +102,3 @@ void setLed(int fpRed, int fpGreen, int fpBlue)
analogWrite(LED1_BLUE, fpBlue);
}

#endif // #ifdef AVR

0 comments on commit 02247fa

Please sign in to comment.