@@ -0,0 +1,10 @@
#ifndef PINS_H_
#define PINS_H_
extern const unsigned char LOW;
extern const unsigned char HIGH;
void digitalWrite(unsigned char, unsigned char);
void analogWrite(unsigned char, unsigned char);
#endif
The note is not visible to the blocked user.