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.
Dependents: NeoPixelI2cSlave NeoPixelI2cSlave
neopixel_string_factory.h
00001 #pragma once 00002 00003 #include "neopixel_string.h" 00004 00005 // By using a factory we avoid having to create the input for the SPI pin in the main file 00006 00007 class NeoPixelStringFactory { 00008 00009 public: 00010 static NeoPixelString * createNeoPixelString(PinName spi_pin, unsigned int length); 00011 };
Generated on Fri Jul 15 2022 00:27:27 by
1.7.2