Closed roko1112 closed 11 months ago
sry for bad spelling
ok, on further investigation I found the same error in the library,
**on lines 325 and 330 I get the same type of error but with "GPIO::GPIOBase::gpio_addr" it says == "undefined reference to "GPIO::GPIOBase::gpio_addr""
the
I folowed the instalation steps exactly and when i compile without any executable code it works but as soon as i useanything from the LIB it gives me the Undefined refrence to "....". But for example when i do something like
DigitalOut out()
it douesnt givew me an error but when i input an int like
DigitalOut out(29)
it gives the error.
Btw im using the pi 3b