Skip to content

Commit

Permalink
Update PhotoElectric.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPucheu authored Dec 9, 2022
1 parent dfa74ba commit 6a0e235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PhotoElectric.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
class PhotoElectric
{
public:
PhotoElectric(uint8_t iPinT, uint8_t iPinE);
PhotoElectric(uint8_t iPin);
bool detects();
uint8_t pinT;
uint8_t pinE;
bool state();
uint8_t pin;
};

0 comments on commit 6a0e235

Please sign in to comment.