peckpeck
peckpeck
About the coding style, is there anything else than the function name that you want to point me to ?
sorry for the delay
I think we should just keep the clear_frame method, it is useful for initializing and testing the epd, especially when compiled without the graphic feature
Note that removing IoPin would help removing some duplicate code and many macros in the gpio code.
Another usage of IoPin is putting a ping into alt mode. You either need to implement that within Pin or have an AltPin type (that would have no specific method...
I could try to implement this, but would you accept a PR that would remove IoPin ?
One thing that is not present in the zero sized pin article, is that it is impossible to give those pin a generic type, so you cannot put them as...
I've got a question on this subject, what is the usage of does reset on drop ? * is it to leave the pin on the same state after the...
I understand, in this case,wouldn't it be better to implement it once in the Pin structure instead of in each pin type