Pinned Repositories
adni-classifier
Classify a sequence of 20 brain scans using 2D ResNet-50 and the Perceiver.
advent-wizard-rpg
The wizard RPG game described in Advent of Code 2015 Day 22.
adventofcode-2015
Advent of Code 2015
blinky-from-scratch-asm
Blinky in ARM assembly.
blinky-from-scratch-c
Understand C start-up routine and linking in Arm Cortex-M devices.
blinky-pac
Blinky using a peripheral access crate in Rust.
flash-elf
Flash an ELF using STLink, openocd and gdb-multiarch remote.
hamming-8-4
Example implementations of the Hamming(8, 4) error-correction code.
listen-gp735t
Listen to a GP-735T GPS module.
misc
Dotfiles & miscellaneous
binotation's Repositories
binotation/adni-classifier
Classify a sequence of 20 brain scans using 2D ResNet-50 and the Perceiver.
binotation/advent-wizard-rpg
The wizard RPG game described in Advent of Code 2015 Day 22.
binotation/adventofcode-2015
Advent of Code 2015
binotation/blinky-from-scratch-asm
Blinky in ARM assembly.
binotation/blinky-from-scratch-c
Understand C start-up routine and linking in Arm Cortex-M devices.
binotation/blinky-pac
Blinky using a peripheral access crate in Rust.
binotation/flash-elf
Flash an ELF using STLink, openocd and gdb-multiarch remote.
binotation/hamming-8-4
Example implementations of the Hamming(8, 4) error-correction code.
binotation/listen-gp735t
Listen to a GP-735T GPS module.
binotation/misc
Dotfiles & miscellaneous
binotation/radix-convert
Calculator for converting radix.
binotation/simple-chat-system
Simple server-client chat system for Linux.
binotation/nrf24l01-rx
Receive bytes with the nRF24L01 RF module.
binotation/spi-calculator
Receive arithmetic expressions over SPI and compute them.
binotation/spi-echo
Receive a byte over SPI and return it.
binotation/static-fifo-queue
A statically allocated FIFO queue that doesn't use atomics.
binotation/uart-echo
Echo char over UART.