to verify the position of the LEDs
This is an attempt to address all the 25 LEDs. This has been done but only on rows. I need to arrange the column calls in some form of array which can be indexed.
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
9:bf2d151b3b6e | 2020-10-19 | experimenting with easy classes and objects prior to implementing useful code | File Diff Annotate |
8:7a49220aaa22 | 2019-10-22 | added array and assoc for loop - but ineffective | File Diff Annotate |
7:0f62c513f003 | 2019-10-22 | rename myled to row | File Diff Annotate |
6:83feebd43ec8 | 2019-10-22 | all columns and all rows | File Diff Annotate |
5:7881d6e0732f | 2019-10-22 | two rows and all columns | File Diff Annotate |
4:0dc3e04090ab | 2019-10-22 | Row15 along with Columns 1 to 9 | File Diff Annotate |
3:c6d14249d784 | 2019-10-21 | finally found a useful document - see code - that explains that row-column addressing | File Diff Annotate |
2:71c7441b477a | 2019-10-21 | a poor attempt to address individual LEDs | File Diff Annotate |
1:bd2be1824e78 | 2019-10-21 | exploring the LED naming | File Diff Annotate |
0:699a0e5dc3ab | 2019-10-21 | early commit to checking the position of LEDs | File Diff Annotate |