Carlos van Rooijen
Carlos van Rooijen
The documentation tells us this: ``` /// This constructor sets the pin direction to input. /// By default, the internal weak pull-up is enabled. ``` The mode cnf wil be...
https://github.com/flammified/terrabot/blob/14372aa2e1ed441ef4af5d0dc4ea465b2278af86/terrabot/bot.py#L13
A lot of chips require a propriatary flasher which we can't include into the toolchain because of licence reasons. It would be good if there was some file for each...
A common practice for makefiles in the embedded field is opening a serial console after flashing. It would be handy for users if this toolchain does that too. The only...
I don't really have a solution this but now users have to list quite a long path to select a chip. It would be cool if we could figure something...
Hi, I was wondering if it is possible to use this library without the IRQ pin connected. You could just poll the irq register instead. If not I'm willing to...