From 7cfe3590af2a05306794dd9bc757920122ab9427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 17 Oct 2015 16:34:55 +0200 Subject: Remove file accidentally committed html file --- doc/spi.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 doc/spi.html diff --git a/doc/spi.html b/doc/spi.html deleted file mode 100644 index e81637f..0000000 --- a/doc/spi.html +++ /dev/null @@ -1,13 +0,0 @@ -

Serial peripheral interface

- -

spi_init

- -
static inline void spi_init(enum spiMode mode)
-
- -

Initializes SPI interface. -Parameters: - mode - Specify mode of SPI interface

- -

NOTE: Global interrupt must be enabled for right function of SPI. - { SREG |= _BV(7) }

-- cgit v1.2.3