User Tools

Site Tools


haas:fall2022:c4eng:projects:vcc1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:fall2022:c4eng:projects:vcc1 [2022/09/12 20:46] – [pseudocode] wedgehaas:fall2022:c4eng:projects:vcc1 [2022/09/15 11:41] (current) – [pseudocode] wedge
Line 16: Line 16:
 </cli> </cli>
  
 +=====OVERVIEW=====
 +Your task is to expand upon last week's project by scaling it to six independently GPIO-controlled LEDs, optimize the binary counting process with a loop and bitwise logic, and to incorporate a button, which will influence the direction of counting (normal upward flow when not pressed, reverse flow during a button press).
 +
 +Contributing to project documentation is also a core part of this project. If from reading the existing documentation or through your own exploring, you find something lacking, unclear, or outright missing, that is an opportunity to potentially contribute content.
 +
 +You want the project documentation to provide you (as if coming in with no awareness of the project) with sufficient information so as to allow you to proceed. Asking questions on the discord is a great way of getting more information that you can use to add content.
 =====EDIT===== =====EDIT=====
 You will want to go [[/notes/c4eng/fall2022/projects/vcc1|here]] to edit and fill in the various sections of the document: You will want to go [[/notes/c4eng/fall2022/projects/vcc1|here]] to edit and fill in the various sections of the document:
Line 33: Line 39:
     LOOKING AT BITS RANGING FROM NUM_LEDS MINUS ONE TO ZERO:     LOOKING AT BITS RANGING FROM NUM_LEDS MINUS ONE TO ZERO:
          
-        SET PLACEVALUE TO TWO RAISED+        SET PLACEVALUE TO TWO RAISED TO THE BIT BEING LOOKED AT
         SHOULD VALUE ANDED WITH PLACEVALUE BE ONE:         SHOULD VALUE ANDED WITH PLACEVALUE BE ONE:
             ENABLE PLACEVALUE'S LED             ENABLE PLACEVALUE'S LED
haas/fall2022/c4eng/projects/vcc1.1663015567.txt.gz · Last modified: 2022/09/12 20:46 by wedge