FAQ === ASSIGNMENT 4 - There is a typo when defining the array contents: LightConfiguration={0x11h,0xFh,0xFh,0x10h}. The "0x" in front means HEXA (in C). Therefore, this should be ignored (full marks will be given to those students who have already finished the exercises and printed the 0x). Check the new version of the assignment, where this typo has been fixed: LightConfiguration={11h,Fh,Fh,10h}. ASSIGNMENT 2 - The deadline is on Wednesday. - In assignment 2 Part B question 4, the sequence starts with 0. - In that question (and all of them) you must display something that helps you to test the program's behaviour. In this case, the numbers must be displayed in ASCII (i.e., you must "see" 0,3,6,9 on your screen, but the numbers over 9 will NOT display something readable).