chaosman123
chaosman123
I've got all examples of the SDK running on my couple of days old Cuboid. The only thing that does not fully work, is the Atomizer example. No power output....
In the startup.s line 6 I had to put: .ascii "E060" @ Device (Cuboid) E052 eVic VTC Mini So, changed E052 to E060. After that change my Cuboid accepted the...
Following way helloworld will work; ;) You can try to not use buf. Tried it on a different example... ``` #include #include #include #include #include int main() { char buf[100];...