Skip to content

Instantly share code, notes, and snippets.

View yochem's full-sized avatar

Yochem van Rosmalen yochem

View GitHub Profile
@yochem
yochem / code.ipynb
Created December 10, 2021 14:12
Code for the report: "Fidget with the Digit: Comparing Engineered Featuresand Machine Learning Models on the MNIST Dataset"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#ifndef V_COMMIT_HASH
#define V_COMMIT_HASH "2ec6e2b"
#endif
#ifndef V_CURRENT_COMMIT_HASH
#define V_CURRENT_COMMIT_HASH "f959fbb"
#endif
#define V_USE_SIGNAL_H
@yochem
yochem / README.md
Last active October 7, 2025 11:56
py-spidev generated readme

Python Spidev

Python interface for the spidev Linux kernel driver for connecting to SPI devices.

All code is MIT licensed unless explicitly stated otherwise.

Usage