Commit graph

19 commits

Author SHA1 Message Date
Aadi Desai cd7efb15c0
Add verbose flag to can_listen command 2023-06-25 15:02:06 +01:00
Aadi Desai 2227bb8afa
Increase CORDIC time to 7 cycles from 3, reduce osc to 32 2023-06-25 12:15:05 +01:00
Aadi Desai 3fe1a457ab
Fix volume, higher = louder 2023-06-24 21:06:39 +01:00
Aadi Desai 10920aa065
Add functions to demo to control amp 2023-06-24 20:59:47 +01:00
Aadi Desai 5871150c5c
Fixes to demo program 2023-06-10 14:56:07 +01:00
Aadi Desai 9da49fa5e3
Add can_init() and can_isr() 2023-06-10 14:07:36 +01:00
Aadi Desai d970fded6a
Fix can_listen_cmd() 2023-06-08 16:14:03 +01:00
Aadi Desai 8be509cd90
Update main.cpp to use audio header and helpers 2023-06-08 01:37:59 +01:00
Aadi Desai 17bb4ae5cd
Swap note header and helper functions for audio 2023-06-08 00:40:48 +01:00
Aadi Desai 6d670dc903
Add function to play audio from CAN frames, no polyphony 2023-06-04 13:45:17 +01:00
Aadi Desai 392374b8dc
Add functions to demo to test CAN block / helpers
Get / Set can filter ID & mask
Read last CAN frame
Read CAN frames in a loop
2023-06-04 12:58:14 +01:00
Aadi Desai 2f40fb3bb5
Rename ledchaser module to line up with ifdefs 2023-05-24 12:42:34 +01:00
Aadi Desai 6c54b80d80
Add volume control to main.cpp 2023-05-21 01:23:08 +01:00
Aadi Desai 79ab8cd538
Add waveform selection to demo software
Available waveforms: Sawtooth, Square, Triangle, Sine (To be completed)
2023-05-18 12:52:17 +01:00
Aadi Desai afcf1093be
Update note.cpp and main.cpp for new CSRStorage layout 2023-05-18 11:38:39 +01:00
Aadi Desai cf504787e2
Create note control library for testing 2023-05-16 22:09:35 +01:00
Aadi Desai bf9a03f9d2
Move small functions into main, rm hello worlds 2023-05-12 20:07:39 +01:00
Aadi Desai d057017052
Switch to C++, remove externs, fix warnings 2023-05-12 19:53:27 +01:00
Aadi Desai d1884c6ac8
Move .c files to .cpp in demo folder 2023-05-12 17:44:43 +01:00
Renamed from demo/main.c (Browse further)