-
Notifications
You must be signed in to change notification settings - Fork 48
Commit b25521e
libraries: SPI: Hanlde multiple SPI instances
Create multiple SPI instance if spis array contains plural elements.
Declare these as 'SPI1', 'SPI2', ..., from second element of the array.
(First element is already declare as 'SPI'.)
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>1 parent 4bc1867 commit b25521e
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
124 | 141 | | |
125 | 142 | | |
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
0 commit comments