This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2021:common:projects:led1 [2021/09/12 12:17] – [Compiling] wedge | haas:fall2021:common:projects:led1 [2021/09/12 22:54] (current) – [Process] wedge | ||
---|---|---|---|
Line 177: | Line 177: | ||
<cli> | <cli> | ||
- | yourpi: | + | yourpi: |
</ | </ | ||
Line 193: | Line 193: | ||
<cli> | <cli> | ||
- | yourpi: | + | yourpi: |
- | yourpi: | + | yourpi: |
</ | </ | ||
Line 313: | Line 313: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46: |
make: Entering directory '/ | make: Entering directory '/ | ||
- | '/ | + | '/ |
- | '/ | + | '/ |
make: Leaving directory '/ | make: Leaving directory '/ | ||
- | lab46: | + | lab46: |
</ | </ | ||
Line 346: | Line 346: | ||
<cli> | <cli> | ||
- | yourpi: | + | yourpi: |
Oops - unable to determine board type... model: 17 | Oops - unable to determine board type... model: 17 | ||
</ | </ | ||
Line 353: | Line 353: | ||
<cli> | <cli> | ||
- | yourpi: | + | yourpi: |
... | ... | ||
- | yourpi: | + | yourpi: |
... | ... | ||
- | yourpi: | + | yourpi: |
</ | </ | ||
Line 375: | Line 375: | ||
< | < | ||
+ | number <- 0 | ||
loop (endlessly) | loop (endlessly) | ||
- | number <- 0 | ||
if the number is zero | if the number is zero | ||
activate/ | activate/ | ||
Line 386: | Line 386: | ||
activate/ | activate/ | ||
- | ... on and on through the case for the sixteenth number (fifteen) | + | ... on and on through the cases for the remaining numbers |
- | strategic delay so you can see the manifested representation of the current number | + | strategic delay so you can see the current number |
- | let the number increment by one | + | let the number increment by one, but not to exceed fifteen |
done | done | ||
</ | </ |