staggering progress

This commit is contained in:
2025-05-24 16:09:30 +02:00
parent 1f6419a341
commit 542b4340a8
9 changed files with 391 additions and 15 deletions

View File

@@ -37,6 +37,9 @@ typedef struct nn_computer {
size_t memoryTotal;
nn_address address;
nn_address tmpAddress;
double temperature;
double temperatureCoefficient;
double roomTemperature;
} nn_computer;
#endif