From 76f1e71b5a06bc0f3baa8938006a2813e6e59aac Mon Sep 17 00:00:00 2001 From: sublunarspace Date: Fri, 24 Apr 2020 14:39:47 +0200 Subject: [PATCH] fixed indents --- pocketpsithemius.ino | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pocketpsithemius.ino b/pocketpsithemius.ino index 802cc7f..45f3dc2 100644 --- a/pocketpsithemius.ino +++ b/pocketpsithemius.ino @@ -39,15 +39,15 @@ SOFTWARE. #endif #if Attiny == 84 - #define btnA 6 //PA4 / Button A: - #define btnB 5 //PA5 / Button B: - #define btnC 4 //PA6/ Button C: - #define led_R 10 //PA0 / RED LED - #define led_G 9 //PA1/ GREEN LED - #define led_B 8 //PA2 / BLUE LED - #define uv_LED 7 //PA3 / UV LED - #define OPAMP 3 //PA7 / turns on the Op Amp circuit - #define ANALOG 2 //PB2 // Get analog + #define btnA 6 //PA4 / Button A: + #define btnB 5 //PA5 / Button B: + #define btnC 4 //PA6/ Button C: + #define led_R 10 //PA0 / RED LED + #define led_G 9 //PA1/ GREEN LED + #define led_B 8 //PA2 / BLUE LED + #define uv_LED 7 //PA3 / UV LED + #define OPAMP 3 //PA7 / turns on the Op Amp circuit + #define ANALOG 2 //PB2 // Get analog #endif #define ON HIGH