Updated NeoBitmapFile object API (markdown)

Michael Miller
2016-04-27 00:31:42 -07:00
parent aef18e10d4
commit daaca9ede5

@@ -3,7 +3,7 @@ NeoBitmapFile represents a image container object that retrieves pixels from a b
## Constructors
### NeoBitmapFile\<FEATURE\>\<FILE\>()
This will define the object with the given Method and File types.
This will define the object with the given Feature and File types.
Valid classes for FEATURE are the same as NeoPixelBus and you find them [here](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object#neo-features).
Valid classes for FILE are any class that exposes the same API as the `File` class. It does not require that it be the `SDFile`.