Tyler Bell

Results 8 issues of Tyler Bell

This is what I've come up with for AVR pin change interrupts.

Would like to integrate ATmega328p for the Arduino Uno with the common Pin Change Interrupt framework

enhancement
avr

https://github.com/achimdoebler/UGUI/blob/ce0bccb5b7d4877c42081419fccadf7aa5727303/ugui.h#L898-L899 UG_PutString, as with most other functions, has the location first, then the object. UG_PutChar, on the other hand, has the object first, then the location. Additionally UG_PutChar sets the...

https://github.com/achimdoebler/UGUI/blob/ce0bccb5b7d4877c42081419fccadf7aa5727303/ugui.h#L898-L899 UG_PutString, as with most other functions, has the location first, then the object, and also use the previously set colors. UG_PutChar, on the other hand, has the object first,...

I can't find any definition of '_ready_helper' https://github.com/fluentpython/asyncio-tkinter/blob/43ceb59695b453f13b1c5f51c81037bb6144ebbc/guievents.py#L155 What is this attempting to do?

https://github.com/eblot/pyftdi/blob/c77136fe4000f36842bc996ff1d5a5a0e05c1be4/pyftdi/ftdi.py#L498 find_all lists a return type as "a list of 5-tuple" of simple types. It is actually(by type hinting and usbtools.find_all) "a list of 2-tuple (UsbDeviceDescriptor, interface count)"

documentation

Since there's no documentation on how to use this, I went through and added type hints. This will break python 2.x compatibility, but, for me, that's fine. Additionally, I improved...

I'm adding support for AT25SF041 which is an Adesto product. Formerly Atmel. We you prefer this under the AT25 heading since it's not officially Atmel? Or create a new class...