fixed indents

This commit is contained in:
sublunarspace 2020-04-24 14:39:47 +02:00
parent b48e10b768
commit 76f1e71b5a

View file

@ -39,15 +39,15 @@ SOFTWARE.
#endif #endif
#if Attiny == 84 #if Attiny == 84
#define btnA 6 //PA4 / Button A: #define btnA 6 //PA4 / Button A:
#define btnB 5 //PA5 / Button B: #define btnB 5 //PA5 / Button B:
#define btnC 4 //PA6/ Button C: #define btnC 4 //PA6/ Button C:
#define led_R 10 //PA0 / RED LED #define led_R 10 //PA0 / RED LED
#define led_G 9 //PA1/ GREEN LED #define led_G 9 //PA1/ GREEN LED
#define led_B 8 //PA2 / BLUE LED #define led_B 8 //PA2 / BLUE LED
#define uv_LED 7 //PA3 / UV LED #define uv_LED 7 //PA3 / UV LED
#define OPAMP 3 //PA7 / turns on the Op Amp circuit #define OPAMP 3 //PA7 / turns on the Op Amp circuit
#define ANALOG 2 //PB2 // Get analog #define ANALOG 2 //PB2 // Get analog
#endif #endif
#define ON HIGH #define ON HIGH