1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-29 02:59:57 +02:00

Updated Home (markdown)

oliexdev
2014-12-20 08:47:23 -08:00
parent 3345aea702
commit 3e8c0adc8d

12
Home.md

@@ -113,12 +113,6 @@ After I finished the initializing I had to read the signals in the `loop()` func
```C
...
char port_control;
char port_digital_pinA;
char port_digital_pinB;
int control_bit[4];
int seg_raw_1_1[4];
int seg_raw_1_2[4];
int seg_raw_2_1[4];
@@ -145,6 +139,12 @@ void set_seg_raw(int cycle_n)
And in the `loop()` function I read the ports and then store the signals depending on the cycle number with:
```C
char port_control;
char port_digital_pinA;
char port_digital_pinB;
int control_bit[4];
void loop()
{
...