Commit 3c1c6465 authored by Jan Kasprzak's avatar Jan Kasprzak
Browse files

Step-up: only three intensity levels

parent c4ebe9bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#ifndef LIGHTS_H__
#define LIGHTS_H__ 1

#define N_PWMLED_MODES 4
#define N_PWMLED_MODES 3

/* logging.c */
#ifdef USE_LOGGING
+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@ static uint16_t adc_max = MA_TO_ADC(30);

static uint16_t targets[N_PWMLED_MODES] = {
	MA_TO_ADC( 2),
	MA_TO_ADC( 6),
	MA_TO_ADC(12),
	MA_TO_ADC(10),
	MA_TO_ADC(20),
};