You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-8
Original file line number
Diff line number
Diff line change
@@ -12,34 +12,39 @@ The Easyuino library has 5 fundamental goals:
12
12
## Sensors and Devices Support
13
13
14
14
The development of the library, including fixes and addition of new sensors/devices, will be done depending on:
15
-
- My time availability (Now I am doing my Masters Degree Thesis in Computer Science and Engineering that stoles a good slice of my time)
15
+
- My time availability (Now I am doing my Masters Degree Thesis in Computer Science and Engineering that stoles a huge slice of my time)
16
16
- Interest of people in Easyuino
17
17
18
18
Important: Nevertheless I will accept suggestions for interesting devices/sensors to develop and if there are a lot of interest I will start prioritize them.
19
19
20
-
More Important: If you have any question about the library or some doubts about the supported devices you can contact me too !!!
20
+
More Important: If you have any question about easyuino you can contact me !!!
- Water Flow Sensor (as a sensor exclusively and as a flow rate meter)
36
+
- Seven Segments Display
33
37
34
38
### Develop in a Near Future
35
39
36
-
- Infra Red Receiver
40
+
- Soil moisture/humidity Sensor
41
+
- Photoresistor/Light Sensor
37
42
- Flame Sensor
43
+
- Infra Red Receiver
38
44
39
45
### Develop in a Long Term Future
40
46
41
47
- Temperature/Humidity sensor
42
-
- Photoresistors/Light sensor
43
48
- Knock sensor
44
49
- Sound sensor
45
50
- Optical Fingerprint sensor
@@ -53,6 +58,14 @@ Contact Channels:
53
58
3.*[Optional]* Look at https://github.com/Strabox/Easyuino/wiki to usage examples and details about the API
54
59
4.**[Not Optional]** Have fun!!!
55
60
61
+
## Important: API Usage Examples and Additional Information
62
+
63
+
**Project's wiki has a set of usage examples of the library API plus more detailed information about it: https://github.com/Strabox/Easyuino/wiki**
64
+
65
+
## Related and Useful Libraries
66
+
67
+
https://github.com/Strabox/GSMLibrary I have this Arduino library too that is used to interact with GSM/GPRS boards. It is separated from this one because addresses a much more complex device but follows identical rules of Easyuino.
68
+
56
69
## Easyuino History
57
70
58
71
I am Computer Scientist and Engineer (not an Electrotechnical one) that loves programming special in C/C++.
0 commit comments