-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
17 lines (15 loc) · 711 Bytes
/
Copy pathconfig.py
File metadata and controls
17 lines (15 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##################################################################################
#### Runtime configuration
##################################################################################
sample_counter = 0
##################################################################################
#### General configuration
##################################################################################
version = "2.0.1"
##################################################################################
#### LCD configuration
##################################################################################
lcd_i2c_expander_type = "PCF8574"
lcd_i2c_address = 0x27
lcd_column_count = 20
lcd_row_count = 4