Kai Giebeler
Kai Giebeler
By following the tutorial the `npm link` command results in a "permission denied" error message. I already purged the whole project directory and started all over. The issue remained: $...
I was unable to receive meaningful values using the current implementation from an MCP3208. I think the implementation of `MCP3x0xGpioProvider.toCommand(...)` is the culprit: ``` private static short toCommand(final short channel)...
Running the code ```rust BitWriter::endian(Vec::new(), LittleEndian).write_signed(32, 0).unwrap(); ``` results in the following error message `excessive value for bits written` (same for `BigEndian` and all other values)
May 2024
# ToDo - [x] Settle for a date and location: **Wednesday 2024-05-01, 19:15 CEST** at C4 (default: first Wednesday each month) - [ ] Send "Save the Date" info (with...
# ToDo - [ ] Settle for a date and location: **Wednesday 2024-09-04, 19:15 CEST** at C4 (default: first Wednesday each month) - [ ] Send "Save the Date" info...
## Summary I think there's a need for a way to give VMs an identity and associate user data with them. The user-data shall be accessible to the Rust-side that...