renames files

This commit is contained in:
Inamr 2024-03-20 15:27:59 +01:00
parent ce58f79c6f
commit 48308b9b75
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#include "fan speeeed.h" #include "fan_speeeed.h"
int voltage_value_counter = 0; int voltage_value_counter = 0;
int voltage_value [30]; int voltage_value [30];

View File

@ -22,7 +22,7 @@
#include <util/delay.h> #include <util/delay.h>
#include <stdint.h> #include <stdint.h>
#include "themistor-temp.h" #include "themistor-temp.h"
#include "fan speeeed.h" #include "fan_speeeed.h"
int main() { int main() {

View File

@ -5,9 +5,9 @@
displayName="Header Files" displayName="Header Files"
projectFiles="true"> projectFiles="true">
<itemPath>themistor-temp.h</itemPath> <itemPath>themistor-temp.h</itemPath>
<itemPath>fan speeeed.h</itemPath>
<itemPath>uart.h</itemPath> <itemPath>uart.h</itemPath>
<itemPath>voltage.h</itemPath> <itemPath>voltage.h</itemPath>
<itemPath>fan_speeeed.h</itemPath>
</logicalFolder> </logicalFolder>
<logicalFolder name="ExternalFiles" <logicalFolder name="ExternalFiles"
displayName="Important Files" displayName="Important Files"
@ -25,7 +25,7 @@
<itemPath>thermistor-temp.c</itemPath> <itemPath>thermistor-temp.c</itemPath>
<itemPath>uart.c</itemPath> <itemPath>uart.c</itemPath>
<itemPath>voltage.c</itemPath> <itemPath>voltage.c</itemPath>
<itemPath>fan speeeeeeeed.c</itemPath> <itemPath>fan_speeeed.c</itemPath>
</logicalFolder> </logicalFolder>
</logicalFolder> </logicalFolder>
<sourceRootList> <sourceRootList>