diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-09-09 15:16:07 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-09-09 15:16:07 -0400 |
| commit | 94189c8d7c13cc27b3d8dd11f9003cd9587da54d (patch) | |
| tree | 433b4c2221c6d76f3db1852a497f021c7dca3358 /project/Core/Src/Activties | |
| parent | 4c7e6af00cacab1d2bdc466310929d6840d6019a (diff) | |
| download | 340-repo-Sowgro-94189c8d7c13cc27b3d8dd11f9003cd9587da54d.tar.gz 340-repo-Sowgro-94189c8d7c13cc27b3d8dd11f9003cd9587da54d.tar.bz2 340-repo-Sowgro-94189c8d7c13cc27b3d8dd11f9003cd9587da54d.zip | |
In class work
Diffstat (limited to 'project/Core/Src/Activties')
| -rw-r--r-- | project/Core/Src/Activties/activity1.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/project/Core/Src/Activties/activity1.txt b/project/Core/Src/Activties/activity1.txt new file mode 100644 index 0000000..8a46d68 --- /dev/null +++ b/project/Core/Src/Activties/activity1.txt @@ -0,0 +1,25 @@ +73 - 64 = 9 +9 - 8 = 1 + +0100 1001 + +2^2 + 2^3 + 2^0 +4 9 +0x49 + + +-5 + +0000 0000 +0000 0101 +1111 1011 + +8 + 4 + 2 + 1 = F +8 + 2 + 1 = B + +0xFB + +0b 1101 0110 +2 + 4 + 16 + 64 + 128 = + +0xD6
\ No newline at end of file |
