-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7234d1
commit ce68fd3
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# attiny-stuff | ||
# 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. |