Deleted Schmutz, added new Version
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
//
|
||||
// A clock slow enough for an attiny85 @ 1MHz, is a reasonable default:
|
||||
|
||||
#define SPI_CLOCK (20000000/6)
|
||||
#define SPI_CLOCK (1000000/6)
|
||||
|
||||
|
||||
// Select hardware or software SPI, depending on SPI clock.
|
||||
@ -139,7 +139,6 @@
|
||||
|
||||
|
||||
// Configure the baud rate:
|
||||
|
||||
// #define BAUDRATE 19200
|
||||
#define BAUDRATE 115200
|
||||
// #define BAUDRATE 1000000
|
||||
|
Reference in New Issue
Block a user