mirror of
https://git.alemi.dev/pc-monitor.git
synced 2024-11-14 11:39:21 +01:00
alemidev
e400459168
Added avr_han project structure with arch definition and cargo config. Remember to switch to nightly! Added a basic initial project, with 4 leds (1 for CPU core). Each led grows in intensity depending on CPU core load. Added a py script to generate cpu load data on serial port.
7 lines
166 B
INI
7 lines
166 B
INI
# Default to Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = 2
|