From ce68fd3709e8401727ca45837b1758c33f5e4015 Mon Sep 17 00:00:00 2001 From: heavycrystal <52661649+heavycrystal@users.noreply.github.com> Date: Wed, 4 Nov 2020 00:37:48 +0530 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32395b3..40b94dc 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# attiny-stuff \ No newline at end of file +# attiny-stuff + +This is my repository of C code written for the DigiSpark development board. + +It's highly disorganized and written primarily from an experimental point of view. Capabilities tested so far: + +1. Ability to allocate arrays of varying sizes (some instability sets in at ~450 bytes due to stack overflow(?)) +2. FP32 arithmetic (purely software based), chip is currently incompatible with FP64 math. +3. PWM signals to drive a passive buzzer. +4. Incorporating the V-USB library for communication with a host device over USB/1.1. +5. Timer, pin change and general interrupts.