Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

These examples demonstrate how to implement devices using the IECDevice library:

  • IECBasicSerial demonstrates how to use the IECDevice class to implement a very simple IEC-Bus-to-serial converter.
  • IECBasicSD demonstrates how to use the IECFileDevice class to implement a very simple SD card reader.
  • IECCentronics is an adapter to connect Centronics printers to via the IEC bus.
  • IECSD is an SD card reader.
  • IECFDC/IECFDCMega combine the IECDevice library with my ArduinoFDC library to connect PC floppy disk drives (3.5" or 5") to the IEC bus.