Skip to content

Instantly share code, notes, and snippets.

View justacec's full-sized avatar

Justace Clutter justacec

  • Alexandria, VA, USA
View GitHub Profile
@justacec
justacec / depth_data.RData
Last active April 20, 2020 03:43
Akima vs Interp Interpolation
[package]
name = "stm32f407_play"
version = "0.1.0"
authors = ["Justace Clutter <justacec@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
panic-abort = "0.3"
@justacec
justacec / Cargo.toml
Last active April 9, 2020 04:08
Failing RTFM on STM32F407
[package]
name = "stm32f407_play"
version = "0.1.0"
authors = ["Justace Clutter <justacec@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
panic-abort = "0.3"
[package]
name = "funny_file"
version = "0.1.0"
authors = ["me"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zerocopy = "0.3"