Hello,
I have a device class in my EmWi project which includes lots of device properties. These are updated by data from the device hardware (e.g. from external memory) in my C code. I wanted to construct an intrinsic which would represent my hardware during prototyping and also when compiling for Windows. Is it possible for the intrinsic code to update the properties in this device class in a similar way that my C code does now please?
Thanks,
Jonathan