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.
Dependencies: bitreversetable256
Fork of Adafruit-GP9002-Graphic-VFD-Library by
Diff: Adafruit_GP9002.h
- Revision:
- 2:ecf13e85f0fa
- Parent:
- 1:09dc95ba8711
--- a/Adafruit_GP9002.h Sun May 08 13:47:58 2016 +0000 +++ b/Adafruit_GP9002.h Sun May 08 15:30:51 2016 +0000 @@ -70,6 +70,7 @@ // int8_t _miso, _mosi, _sclk, _dc, _cs; SPI _spi; DigitalOut _dc, _cs; + int addrcache,bytecache; // volatile uint8_t *mosiport, *misopin, *clkport, *csport, *dcport; // uint8_t mosipinmask, misopinmask, clkpinmask, cspinmask, dcpinmask;
