erlang_ale icon indicating copy to clipboard operation
erlang_ale copied to clipboard

Erlang Actor Library for Embedded -- An embedded framework from Erlang Solutions

Results 7 erlang_ale issues
Sort by recently updated
recently updated
newest added

# Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. # What is CodeQL CodeQL is a static analysis tool that helps identify...

Fixes build on newer linux kernel versions https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/?id=a2b4a79b88b24c49d98d45a06a014ffd22ada1a4

This is probably me not understanding erlang error handling. This snippet tries to open a non-existent device but it still gets {ok, Pid} plus an error message. The write then...

With all the chatter in threads about not using rebar in the make file, I get the following error when trying to build erlant_ale (note "rebar_abort"): ==> meck (compile) Compiled...

Dear erlang-ale developers, First of all I would like thanks for your grate support you gave me previously. Now I could control the GPIO pins of my Raspberry Pi. Today...

hello, Today I have started to learn and play with Erlang on Rasperry Pi B 1G RAM (http://www.raspberrypi.org/products/raspberry-pi-2-model-b/). I have installed the latest erlang-mini, than I cloned the Erlang-ALE project...

I'm trying to install this on a Raspbian Jessie system, RPi B. gcc version 4.9.1 (Raspbian 4.9.1-19) ``` gcc -I/usr/local/include -I/usr/lib/erlang/lib/erl_interface-3.7.9/include -I/usr/lib/erlang/usr/include/ -Ideps/erlang_portutil -Ideps/pihwm/lib -c -o priv/pi_i2c.o deps/pihwm/lib/pi_i2c.c In file...