Popravil fileDevice.cpp tako da dejansko naredi datoteke, če še ne obstajajo

This commit is contained in:
Timon 2025-12-01 13:37:24 +01:00
parent 8222f8dd0a
commit 74cc571eef
270 changed files with 104 additions and 74 deletions

View file

@ -0,0 +1,9 @@
#include "../headers/device.h"
using namespace std;
void Device::write(uint8_t val) {}
bool Device::test() {return true;}
uint8_t Device::read() {return 0;}