Uploaded 3_21_2021

This commit is contained in:
MicroCoreLabs 2021-03-21 13:03:25 -07:00
parent 4293d343bd
commit 6a1532a2de
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
// Description: // Description:
// ============ // ============
// //
// 27Cxxx EPROM Emulator. When Teensy 4.1 run at 816Mhz the address to // 27Cxxx EPROM Emulator. When Teensy 4.0 run at 816Mhz the address to
// data access time is less than 200ns. // data access time is less than 200ns.
// //
//------------------------------------------------------------------------ //------------------------------------------------------------------------
@ -16,7 +16,7 @@
// Modification History: // Modification History:
// ===================== // =====================
// //
// Revision 1 3/19/2021 // Revision 1 3/20/2021
// Initial revision // Initial revision
// //
// //