Michael Lyle
Michael Lyle
So, there's been a lot of discussion that we should have PRs verify correct indentation automatically. It's difficult when there is a lot of existing code that is not indented...
There is no proper synchronization. We are doomed.
Very complicated / confusing state machine used in persisting objects; lots of connecting and disconnecting. Yucky.
1. There's code to keep the magic waypoint within a safe distance of home, which doesn't usually do anything. 2. The safe distance is defined as a radius, but is...
Hey everyone---- I've been looking at some new SOCs that are coming out, that have shared memory between microcontroller resources and primary ARM cores. These would seem to be very...
- [ ] Should actually migrate objects to new version - [ ] Should take into account differences in defaults - [ ] Should add infrastructure to adapt objects, change...
Because OS X (like iOS) leaves it up to applications to pair with BLE devices. The QT bluetooth API would allow us to talk to HM-10A etc.
Workaround: right click "open" the first time running it, and select to run it. In the long term should get a developer key.
``` # SPI Chip Enables # microcontroller setgpio 8 OUTPUT UP # gyro setgpio 7 OUTPUT UP # accelerometer setgpio 5 OUTPUT UP ``` Doesn't do what one might expect;...
Hey everyone. I see floating point on Cortex M3/M4 isn't supported. Apologies because I don't really know QEMU internals that well. I know there's a number of things that need...