Nick Yonge

Results 5 issues of Nick Yonge

@Looooong I get the following error when calling CreateFromImageAsync from a thread: > UnityException: SupportsTextureFormatNative can only be called from the main thread. > Constructors and field initializers will be...

good first issue
wontfix

[See comment](https://github.com/gioblu/PJON/commit/e4bcef63d31e1be1d6c25149fc9feecb5fb01b5f#r96456387) / [commit](https://github.com/gioblu/PJON/commit/e4bcef63d31e1be1d6c25149fc9feecb5fb01b5f). Youtube link for the [current](https://www.youtube.com/watch?v=GWlhKD5lz5w) SoftwareBitBang demo video is broken (listed as private), though the [old version](https://www.youtube.com/watch?v=Vg5aSlD-VCU) still works. Same issue on the [AnalogSampling](https://github.com/gioblu/PJON/tree/master/src/strategies/AnalogSampling) page

Using correct package installation URL, explicit note that we're pulling from Prefrontal Cortex branch See PR #672 cc @hybridherbst

specifying "can be left blank", just as a point of reference. I left it blank on a copy+paste platformio.ini template I made, and it successfully compiles. I had to test...

Created a board for ATtiny84 using the reverse (clockwise) pin mappinig, as opposed to the default CCW pinmapping. Reads from the "tinyX4_reverse" board variant. Why? Tldr: the mapping has changed...