A small SCSI device based on Teensy 3.5
Go to file
David Kuder e880015516
Update LICENSE
2021-11-19 03:38:46 -05:00
src Update and rename BlueSCSI.cpp to GreenSCSI.ino 2021-11-19 03:37:27 -05:00
LICENSE Update LICENSE 2021-11-19 03:38:46 -05:00
README.md Update and rename README.adoc to README.md 2021-11-19 03:38:04 -05:00

README.md

GreenSCSI

GreenSCSI, BlueSCSI & ArdSCSino are hardware that reproduces SCSI devices (hard disks) with Arduino like devices.

GreenSCSI created by https://github.com/dkgrizzly[dkgrizzly] is a fork of BlueSCSI which adds:

  • Teensy 3.5 (Kinetis K64...) support
  • Better LUN handling

BlueSCSI created by https://github.com/erichelgeson[erichelgeson] is a fork of ArdSCSino-stm32

ArdSCSino-stm32 created by https://github.com/ztto/ArdSCSino-stm32[ztto] is the STM32 version of ArdSCSino

ArdSCSino created by https://twitter.com/h_koma2[Tambo (TNB Seisakusho)]