Crate avr_simulator

Source
Expand description

Oxidized interface for simavr.

The main purpose of this crate is to serve as a building block for the avr-tester crate, providing a safe and curated access to simavr.

See: AvrSimulator::new().

Re-exports§

pub use simavr_ffi as ffi;

Structs§

AvrDuration
Like std::time::Duration, but in AVR cycles; somewhat approximate¹.
AvrSimulator
StepOutcome
TwiPacket

Enums§

AvrState

Traits§

TwiSlave