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
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,31 +62,30 @@ This application uses Foundation Services Libraries and Micro-E Clicks software
62
62
63
63
### ADCC:
64
64
65
-
<imgsrc="images/adcc.jpg"width="600"><br>
65
+
<br><imgsrc="images/adcc.jpg"width="600">
66
66
67
67
### MSSP1:
68
68
69
69
MSSP1 is generated by oledC
70
70
71
-
<imgsrc="images/mssp1.jpg"width="600"><br>
71
+
<br><imgsrc="images/mssp1.jpg"width="600">
72
72
73
73
### MSSP2:
74
74
75
-
<imgsrc="images/mssp2.jpg"width="600"><br>
75
+
<br><imgsrc="images/mssp2.jpg"width="600">
76
76
77
77
### TMR0:
78
78
79
-
<imgsrc="images/tmr0.jpg"width="600"><br>
79
+
<br><imgsrc="images/tmr0.jpg"width="600">
80
80
81
81
### MIKROE Clicks - Display - oledC:
82
82
83
-
<imgsrc="images/oledc.jpg"width="600"><br>
83
+
<br><imgsrc="images/oledc.jpg"width="600">
84
84
85
85
### Pin Manager:
86
86
87
-
<imgsrc="images/grid.jpg"width="600"><br>
88
-
89
-
<imgsrc="images/pin.jpg"width="600"><br>
87
+
<br><imgsrc="images/grid.jpg"width="600">
88
+
<br><imgsrc="images/pin.jpg"width="600">
90
89
91
90
## Operation
92
91
@@ -114,7 +113,6 @@ The system starts by initializing the temperature and humidity sensor interface,
114
113
- The system enters Sleep mode to reduce power consumption. The timer generates an interrupt every second, so the system will wake up and run the loop again.
115
114
116
115
The humidity, soil moisture and water level values are specific to this application according to the plant and the water reservoir dimensions. These values are configurable and can be changed in the main.c source file by modifying some macro definitions values.
117
-
118
116
<br><imgsrc="images/flowchart.jpg"width="600">
119
117
120
118
To evaluate this application:
@@ -124,17 +122,14 @@ To evaluate this application:
124
122
2. Open the *pic16f18446-cnano-greenhouse.X* project in MPLAB® X IDE.
125
123
126
124
3. Set *pic16f18446-cnano-greenhouse.X* project as main project. Right click on the project in the *Projects* tab and click *Set as Main Project*:
0 commit comments