circuits_gpio icon indicating copy to clipboard operation
circuits_gpio copied to clipboard

Use GPIOs from Elixir

Results 14 circuits_gpio issues
Sort by recently updated
recently updated
newest added

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.4 to 0.28.5. Changelog Sourced from ex_doc's changelog. v0.28.5 (2022-08-18) Enhancements Do not preserve spaces from spec declaration in signature rendering Index hyphens in search Index @...

dependencies

Device: `rpi4` circuits_gpio version: `0.4.8` I open a pin for input, set interrupts, and process the interrupts in a receive loop ```elixir @sensor_pin 23 def start do {:ok, pin} =...

The Raspberry Pi has a really great tool called `pinout` to help users figure out which pin is which. It would be really useful if something similar were available for...

The Linux kernel is encouraging people to switch away from sysfs to the new character device interface. The new interface has some nice advantages (timestamps on interrupts being a nice...

Currently, registered process names are supported, but the name-to-pid translation happens when interrupts are enabled. To handle the case where the registered process dies and comes back, the lookup really...

As discussed on slack: I've just set a gpio to output that I had earlier set as input and get this: ```00:09:11.901 [error] [ 551.896527] gpio-17 (sysfs): _gpiod_direction_output_raw: tried to...

Currently the timestamps have an offset with `:erlang.monotonic_time/0`. This is due to the code that sends the messages not living in a scheduler thread and therefore not having access to...

Bumps [elixir_make](https://github.com/elixir-lang/elixir_make) from 0.7.8 to 0.8.3. Changelog Sourced from elixir_make's changelog. v0.8.3 (2024-03-24) Support storing checksum of individial precompilation artefacts v0.8.2 (2024-03-10) Fix checksum error when checksuming NIF version v0.8.1...

dependencies

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.1 to 0.31.2. Changelog Sourced from ex_doc's changelog. v0.31.2 (2024-03-05) Enhancements Add equiv handling for types and callbacks for Erlang Add cmd-k/ctrl-k shortcut to focus searchbar Use...

dependencies

Bumps [credo](https://github.com/rrrene/credo) from 1.7.3 to 1.7.5. Release notes Sourced from credo's releases. 1.7.5 Check it out on Hex: https://hex.pm/packages/credo/1.7.5 Fix --read-from-stdin not respecting :files/:included param Credo.Check.Readability.NestedFunctionCalls no longer crashes for...

dependencies