Search found 3 matches

by ericwertz
Sun May 15, 2022 12:18 am
Forum: Other Boards
Topic: Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc
Replies: 19
Views: 41462

Re: Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc

I see that there's now a nightly build for the ItsyBitsy M4, but I don't have a clue as to whether it's another peripheral-less build like those mentioned previously. Were it complete that would seem to be a nearly complete starting point to get the WIOT-specific stuff going.

regards,
-e
by ericwertz
Sun May 15, 2022 12:09 am
Forum: Development of MicroPython
Topic: Creating new port / Adapting port
Replies: 2
Views: 5043

Re: Creating new port / Adapting port

You didn't specify which M4 product of Adafruit that you're referring to, but I see that there's now a nightly build for the ItsyBitsy M4 on the Downloads page. Given that that's been done, it would seem to be relatively easy to tailor the port descriptor for the Feather M4 and build similar images,...
by ericwertz
Fri Feb 25, 2022 2:52 am
Forum: General Discussion and Questions
Topic: what is a "callback object" (<class 'irq'>)
Replies: 0
Views: 9431

what is a "callback object" (<class 'irq'>)

The docs for machine.Pin.irq() states that: "This method returns a callback object." I cannot find any leads on this anywhere that I've looked (and I have). When I print(type()) the return value, I get "<class 'irq'>". Same... I can't find/figure-out what this is. How can I use this for fun and prof...