User Tools

Site Tools


sid_library

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sid_library [2011/09/27 11:28] wadminsid_library [2018/08/26 09:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ===== SID Library ===== ===== SID Library =====
-This library allows the operation of the SIDaster Shield (V2.3+) by specifying setup / communication functions. See the comments inside the library file files for in depth description+The library provides the setup and communications functions to interface an Arduino board with a [[MOS6581]] Sound Interface Device (SID). 
 +Connecting the Arduino board to the SID is made through the Arduino hadware SPI interface, using 74hc595 deserializers. 
 +Schematic, Layout and Source Code of the associated Midi Synth project SIDaster can be found here : http://bit.ly/SIDaster 
 + 
 +==== Download ==== 
 + 
 +Download Link : {{:sid_lib_v4.zip|}} 
  
 ==== Installation ==== ==== Installation ====
 +
 +As simple as an Arduino library installation:
  
   * Go to your ''Arduino\Library'' subfolder.   * Go to your ''Arduino\Library'' subfolder.
Line 23: Line 32:
  
 Address is the SID address ranging 0-24 as mentionned in the SID datasheet, and the Data is the byte you want to write. See the [[mos6581]] datasheet for more details on how to program the Chip. Address is the SID address ranging 0-24 as mentionned in the SID datasheet, and the Data is the byte you want to write. See the [[mos6581]] datasheet for more details on how to program the Chip.
- 
-==== Download ==== 
- 
-Download Link : [[http://fullmaj.rd-h.fr/wordpress/wp-content/uploads/2011/07/SID_Lib_beta3.zip|SID Library beta 3]] 
- 
  
 ==== Code example ==== ==== Code example ====
sid_library.1317122915.txt.gz · Last modified: 2018/08/26 09:36 (external edit)