Emru1
Emru1
Cthulhu cannot be compiled. It breaks when it tries to include header from /dlls/weapons.h, revolver.h When I copied all content from /dlls/cthulhu/ to /dlls/ it fails then on missing bmodels.h...
**Describe the bug** I cannot build erlang_ls due to an compilation error in docs_edoc. `_build/default/lib/docsh/src/docsh_edoc.erl:{15,14}: can't find include lib "xmerl/include/xmerl.hrl"; Make sure xmerl is in your app file's 'applications' list`...
#### Testing the changes - I tested the changes in this PR: **YES**
#### Testing the changes - I tested the changes in this PR: **YES**
#### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing...
Can I somewhat use PWM in AtomVM on rp2040? Is it available from Erlang code, or do I need to write a NIF. What about rp2040 PIO?
I've created simple program for screen refreshing and ghosts removal (basically swapping white and black, fullscreen). I've also modified `rc.lua` to use it via button. Entry in crontab could also...