just assume uart0 is initialized by the HAL, because it is. DRY. also, don't ever use uart0 explicitly in example sketches, use console and let the hal figure it out.
* Makes more sense to have everything set to go by the time we're in setup.
* Removed a ton of code we don't need from that driver, which should make writing new drivers easier.