arduino / arduino-examples

Arduino IDE bundled examples
Creative Commons Zero v1.0 Universal
90 stars 41 forks source link

ArduinoISP: Add hint MISO/MOSI -> CIPO/COPI #73

Closed fritzlb closed 6 months ago

fritzlb commented 6 months ago

The Arduino documentation uses the new CIPO/COPI terminology while the whole arduino core still uses the old MISO/MOSI. While I thought about changing everything in the arduino cores, this would break many old sketches so I figuered adding a hint is the way to go. Also, only changing terminology in this sketch doesn't work for consistency reasons, eg. beginning in line 106.

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.