File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ CircleCI] ( https://circleci.com/gh/elixir-circuits/circuits_spi.svg?style=svg )] ( https://circleci.com/gh/elixir-circuits/circuits_spi )
6
6
[ ![ REUSE status] ( https://api.reuse.software/badge/github.com/elixir-circuits/circuits_spi )] ( https://api.reuse.software/info/github.com/elixir-circuits/circuits_spi )
7
7
8
- ` Circuits.SPI ` provides high level abstractions for interfacing to SPI buses on
9
- Linux platforms. Internally, it uses the [ Linux device
10
- interface] ( https://elixir.bootlin.com/linux/latest/source/Documentation/spi/spidev )
11
- so that it does not require board-dependent code.
8
+ ` Circuits.SPI ` lets you communicate with hardware devices using the SPI
9
+ protocol.
10
+
11
+ * This is the v1 maintenance branch. This is the version you want for production
12
+ use now. To follow v2.0 development, see the [ circuits_spi v2.0
13
+ branch] ( https://github.com/elixir-circuits/circuits_spi/tree/v2.0 ) *
14
+
15
+ If you're coming from Elixir/ALE, check out our [ porting guide] ( PORTING.md ) .
12
16
13
17
## Getting started
14
18
@@ -17,7 +21,7 @@ support, then add `circuits_spi` like any other Elixir library:
17
21
18
22
``` elixir
19
23
def deps do
20
- [{:circuits_spi , " ~> 1.3 " }]
24
+ [{:circuits_spi , " ~> 1.4 " }]
21
25
end
22
26
```
23
27
You can’t perform that action at this time.
0 commit comments