Duplicate numbers by themselves are fine... The only issue is you can't use setWatch(...A8...) and setWatch(...B8...) at the same time (it's a hardware thing).
I was only worried about it where INT0/INT1 (D2/D3) were concerned as I guess people may want to use both of those. Otherwise I wouldn't worry :)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Duplicate numbers by themselves are fine... The only issue is you can't use
setWatch(...A8...)
andsetWatch(...B8...)
at the same time (it's a hardware thing).I was only worried about it where INT0/INT1 (D2/D3) were concerned as I guess people may want to use both of those. Otherwise I wouldn't worry :)