Switching to actual board
Started the week by continuing on with implementing a hid keyboard on the pic32. While doing this I encountered two major problems, one is that the keyboard refuses to output two of the same characters consecutively, the other problem was when I tried going through the character array starting from the 0th position, it starts from an arbitrary position instead (sometimes 5th, 6th, but mostly 11th to 13th position). For the problem that it doesn’t print out two same letters Read more