Michał Moskal

Results 117 comments of Michał Moskal

Can be done in TS, probably need to drop this PR. ```typescript let v = 0 let t = 0 function cap(p:PwmPin) { p.digitalWrite(true) p.setPull(PinPullMode.PullNone) p.digitalRead() control.waitMicros(50) return p.analogRead() }...

Hold on! We just need to enable the storage module in CPX. Then you can flash without hitting reset and we can require double-reset to go to bootloader (in case...

I added `disablesVariant` but now there is a name clash on Image class, which has different definition in micro:bit. AFAIK there is no way to rename the one in micro:bit...

now it fails on `mixer` - I think you want to drop it and use micro:bit native sound

we could move substr() to helpers and implement with slice() (which doesn't have the issue)

You could try to modify our code not to wait for response for reset command. The request-response model here, is a purely software solution - for HID there are just...

Feel free to define new family id's for specific chip versions. Then have the bootloader recognize both the generic and specific one. Then do a PR listing chips in makecode...

This has so far been out of scope. You could use [Extension Tags](https://github.com/microsoft/uf2#extension-tags) to define the upper 32 bits of the address.

I would be happy for someone from community to take this on. I don't really know much about Python ecosystem. Someone from Adafruit maybe? cc @ladyada