-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
30 lines (17 loc) · 798 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-*- Text -*-
1.0.1.1 @ Thu Oct 5 11:18:47 PDT 2017
* Changed some of the examples to work with the hs-wiringPi test board.
* No changes to the library.
1.0.1 @ Mon Mar 27 13:30:49 PDT 2017
* Examples for Pi-LITEr and Fish Dish boards.
* Added piGpioLayout as a synonym for piBoardRev, to reflect the name
change in version 2.36 of the C library.
* Addition of wiringPiISR function. (Contributed by Satoshi Ogata.)
* Improvements to documentation and examples.
1.0 @ Mon Jan 23 17:51:35 PST 2017
* Initialization is now automatic.
* Pin now has three constructors, one for each pin numbering scheme.
You can now mix pin numbering schemes in a single program, rather
than having to choose one at initialization time.
0.1 @ Tue Jan 10 21:15:33 UTC 2017
* Initial release.