Welcome to mirror list, hosted at ThFree Co, Russian Federation.

searchdata.js « search « 3.1 « docs - github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c45779e4f829e6f482863f049819bad49b656920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
var indexSectionsWithContent =
{
  0: "_abcdefghijlmnopqrstuw",
  1: "abcdfgijlnopqrstuw",
  2: "bcfn",
  3: "_abcdefghilmnoqrstw",
  4: "fr",
  5: "afqs",
  6: "cehl",
  7: "cdhotu",
  8: "bcdfnps",
  9: "fprt"
};

var indexSectionNames =
{
  0: "all",
  1: "classes",
  2: "files",
  3: "functions",
  4: "variables",
  5: "typedefs",
  6: "enums",
  7: "enumvalues",
  8: "groups",
  9: "pages"
};

var indexSectionLabels =
{
  0: "All",
  1: "Classes",
  2: "Files",
  3: "Functions",
  4: "Variables",
  5: "Typedefs",
  6: "Enumerations",
  7: "Enumerator",
  8: "Modules",
  9: "Pages"
};