Giovanni Blu Mitolo

Results 223 comments of Giovanni Blu Mitolo

Hi @GeRezoW235, I take for granted you are using PJON on top of SoftwareBitBang i have experienced that many internal oscillators are not precise enough to get it fully working,...

Ciao @sticilface I think the problem may be fixed removing `register` keyword from here: https://github.com/gioblu/PJON/blob/38e36bb1228c1690143cfbf693a0bcb809514d6c/src/interfaces/ARDUINO/PJON_IO.h#L277 Although, I am not sure why that keyword was there for :) Can you give...

Hi @fletchjp yeah it is possible. It is relatively easy to add support for new chips: https://github.com/gioblu/PJON/blob/master/src/interfaces/ARDUINO/PJON_IO.h In particular here: https://github.com/gioblu/PJON/blob/master/src/interfaces/ARDUINO/PJON_IO.h#L97 You see how the registers are conditionally defined for...