| http://www.w3.org/ns/prov#value | - Since I work with micro-controllers, generally I add in a margin when reckoning timing for code, saves any expensive mistakes when designing for production.There are a couple of things to keep in mind:The Arduino mega employs interrupts, which run in the background unless specifically disabledThere are not many single cycle instructions for port manipulation, you have to load a value before you ca
|