-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
55 lines (29 loc) · 928 Bytes
/
CHANGELOG
File metadata and controls
55 lines (29 loc) · 928 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Revision history for perl module Device::WebIO
0.022 2018-04-06
- Pass through AnyEvent condvar setting
0.021 2018-04-06
- Slight change to interface of AnyEvent handling
0.020 2018-03-26
- Add AnyEvent-based input interrupt handling
0.010 2015-03-22
- Fix adc_max_int() being required for ADC classes when it doesn't need to be
- Fix bad default code in MockSPI
0.009 2015-01-03
- SPI implemented
0.008 2014-11-30
- VideoCallback implemented
0.007 2014-11-27
- DigitalInputCallback implemented
0.006 2014-11-12
- Add img_quality() and img_set_quality() for StillImage
- Correct 001_load to check for right I2C modules
0.005 2014-10-10
- Add docs for I2CProvider, I2CUser, and TempSensor
0.004 2014-10-09
- Implement temperature sensor interface
0.003 2014-10-04
- Still Image API defined
0.002 2014-09-20
- all_desc() and pin_desc() added as required GPIO methods
0.001 2014-08-28
- Basic API defined