arduino / ArduinoCore-arc32

GNU Lesser General Public License v2.1
328 stars 284 forks source link

Add necessary delays to SPI DigitalPotControl example #595

Closed per1234 closed 5 years ago

per1234 commented 5 years ago

According to https://github.com/arduino/Arduino/issues/6395, these delays are required for the SPI communication with the digital potentiometer to work.

Following recommendation from https://github.com/arduino/Arduino/pull/7404#issuecomment-378239925 (this change has already been accepted in Arduino AVR Boards).