Changes between Version 19 and Version 20 of WikiStart
- Timestamp:
- Jul 29, 2023, 3:11:18 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v19 v20 2 2 3 3 This repository gathers my electronics projects, so everyone can use and improve them. 4 There is a lot of AVR based things, but also some PIC and aothers. 4 5 Initially it was a lot of AVR based things, but the repository outgrew that and contains PIC and other electronics stuff as well. It's a bit of a mess but it's more convenient for me to have all these things in the same place, as there are often dependencies (some Kicad footprints are reused in several places, shared code libraries, ...). 5 6 6 7 == List of projects == … … 49 50 * Nova : a real-time clock and nonvolatile RAM for Amstrad CPC 50 51 51 Misc:52 Other stuff : 52 53 * blinkled : blink a led 53 54 * beep : make music with an atmega8 and a loudspeaker … … 56 57 * ledclock : A clock using large 7-segment LED displays 57 58 * SCSI2SD : SCSI based SD card reader to increase the storage space on my Amiga. (WIP) 59 * [[Lichee Pi Baseboard]] : a baseboard for the Lichee Pi Zero, to make a tiny computer with VGA, USB, ethernet and audio (64MB of RAM) 58 60 59 61 == Getting the source ==