Dušan Halický

Results 6 issues of Dušan Halický

I have 3 files in project folder: - project.ino - lib.h - lib.c Content of lib.h: #define FOO 123 Content of lib.c: #include "lib.h" int foo() { return FOO; }...

In example1.c I changed output to: const double output[4] = {3, 4, 5, 6}; Compiled and re-run example1 and I still see only 1 and 0 as a result.

Make left side monospace, how am I to suppose to align tables.

In the following code I use variable "s" to store string "foo", then I want to iterate over "data" array using forEach, I use function argument "s" which "overwrites" the...

It would be really handy to have export to WRML format. It it very similar to OBJ. Import is not needed, only export. Here are two cubes: ``` #VRML V2.0...

enhancement
help wanted
model format

I'm using STM32F103C8T6 blue pill. I'm bitbangin DAC8830. Everything works fine, the output is sawtooth at around 4kHz. But if I add this function: ``` void asdf(PinName zz) { digitalWriteFast(zz,...