add errata for exercise sheets

This commit is contained in:
Akbar Rahman 2024-01-07 16:06:29 +00:00
parent 3de79c2111
commit a42bfcc814
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF

View File

@ -0,0 +1,18 @@
---
author: Akbar Rahman
---
# Errata
## Exercise Sheet 2, Question 3
> Confirmed by module convenor.
The answers say that the final line:
```c
bool pinStatus = PINC & 0x08;
```
will read from pin 30, but it will actually read from pin 33.