DoubleHyphen
DoubleHyphen
To clarify, as the code is currently written all tests pass. But I think something's amiss. I just tried a toy program that used the new `Bounded` trait. So, I...
@fvilante I was looking at the code example you pasted. I'm a tad… apprehensive… about the way you set and clear single bits. At least one of us has completely...
Speaking of which… is there any way to get the total size of the EEPROM from somewhere? The `EEPROM` struct only appears to contain a pointer.
I figured out how to make it go faster. However, if I make it calculate the new state imperatively, it merely matches your performance; to make it go faster (by...