From daaca9ede5cd41697719656cad24963aaadab60d Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 27 Apr 2016 00:31:42 -0700 Subject: [PATCH] Updated NeoBitmapFile object API (markdown) --- NeoBitmapFile-object-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBitmapFile-object-API.md b/NeoBitmapFile-object-API.md index b2285a4..aca9ac5 100644 --- a/NeoBitmapFile-object-API.md +++ b/NeoBitmapFile-object-API.md @@ -3,7 +3,7 @@ NeoBitmapFile represents a image container object that retrieves pixels from a b ## Constructors ### NeoBitmapFile\\() -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`.