Mark Cooke
Mark Cooke
@dlabun, @sandeepmistry - Travis build failed, not sure why. It failed when it tries to get any packages; ubuntu packages, this repo from github.com. Very strange. I made a small...
Go for it :+1:
Bump (I'm trying to clean up my PRs :blush:)
> the priority of attachInterrupt(...) has be lowered This was to put the priority the same as Uart, and lower than Wire interrupts. The concern is that GPIOTE can be...
Tidy-up of #193
Ok, can of worms officially opened :boom: nrf51 is done, but i noticed something i should have noticed earlier - the nRF52 only uses 3 out of 12 PWM channels....
Sorry i should have asked, @sandeepmistry , @dlabun - do you want me to fix the nRF52 PWM channel issue here or in a separate PR? The two issues are...
Update : * 6x analog/PWM signals enabled for nRF51 (up from 3) * 12x analog/PWM signals enabled for nRF52 (up from 3) The nRF51 now uses TIMER2 as well as...
Hi @sandeepmistry, is there an issue with this PR I haven't addressed or does it just need more testing?
The idea for that was actually copied from the Arduino AVR core https://github.com/arduino/ArduinoCore-avr/blob/master/cores/arduino/wiring_analog.c#L112-L119 Which uses ```digitalWrite()``` if 0 or 255 are passed to ```analogWrite()```