Commit graph

7 commits

Author SHA1 Message Date
3e159ccf0a Overcomment bitwise operations
Overcomment bitwise operations to provide detailed explanations to each operation and how they work.
2024-03-15 09:40:02 +01:00
088864e670 Migrate missed references
Migrated PB5 references to PB0, that were left over from a previous commit. This also fixes the false lock status OK reporting bug.
2024-03-10 18:08:04 +01:00
660dd4e8de Fix compilation errors
Fixed an invalid bit read and added a missing semicolon.
2024-03-10 16:42:23 +01:00
12f1ce3e78 Switch PB5 to PB0
Switched ATTiny LD input from PB5 to PB0 due to potential population conflict with RST function.
2024-03-10 15:57:34 +01:00
ea0faf27c5 Finished first revision 2024-01-23 13:14:19 +01:00
81b93a2372 Correct documentation
Made som changes to docs and comments to be more accurate
2024-01-23 10:25:45 +01:00
0b234caef8 Initial commit 2024-01-23 10:19:51 +01:00