Many people who have written C code for Arduino have at least heard of the
millis()
function at some point. It returns the number of
milliseconds since the program started running.
In avr-hal (a Rust library for AVR microcontrollers) there currently is no equivalent for it. Instead of waiting on someone to add that, let's see what it takes to build our own!
This is a blog post accompanying the release of shared-bus
. shared-bus is a small crate to allow
sharing a bus between multiple devices. The current implementation is limited to i2c but extension
to other bus protocols is easily possible.
Hello there! This is my blog. This post serves the purpose to demonstrate the markdown/markup abilities:
There is support for emph, bold and monospace
.
The following post is a short description of an algorithm to generate a semirealistic city road network: