1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 11:26:25 +02:00

[ES] Fixed typo

Signed-óff-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-07-04 12:53:44 +02:00
parent eacb325b34
commit a3a21f3f1e

View File

@ -117,7 +117,7 @@ void setup()
{
Serial.begin(9600);
// intialize SPI
// initialize SPI
SPI.begin(slaveSelectPin);
SPI.setClockDivider(slaveSelectPin, divider);