Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OSL10564_74HC595 by
Diff: 7segLed_HC595.cpp
- Revision:
- 1:a3755014b7f1
- Parent:
- 0:3373357a49f4
diff -r 3373357a49f4 -r a3755014b7f1 7segLed_HC595.cpp --- a/7segLed_HC595.cpp Mon Jan 22 10:23:24 2018 +0000 +++ b/7segLed_HC595.cpp Tue Aug 14 12:25:15 2018 +0000 @@ -1,13 +1,4 @@ -/* - * Mbed Library / Akizuki 7-segment LED driver [OSL10564-74HC595-x] - * http://akizukidenshi.com/catalog/g/gM-12643/ - * - * Copyright (c) 2018 Kenji Arai / JH1PJL - * http://www.page.sannet.ne.jp/kenjia/index.html - * http://mbed.org/users/kenjiArai/ - * Created: January 7th, 2018 - * Revised: January 22nd, 2018 - */ + #include "7segLed_HC595.h"
