COSA
An Object-Oriented Platform for Arduino Programming
digital_pins_t.cpp
Go to the documentation of this file.
1 
21 #include "Fai.hh"
22 
23 #if defined(NREFLECTION)
24 #define descr_name 0
25 #define values_name 0
26 #else
27 static const char descr_name[] __PROGMEM = "Cosa::Fai::digital_pins_t";
28 static const char values_name[] __PROGMEM = "values";
29 #endif
30 static const Ciao::Descriptor::member_t descr_members[] __PROGMEM = {
31  {
33  1,
34  values_name,
35  0
36  }
37 };
40  descr_name,
41  descr_members,
42  membersof(descr_members)
43 };
44 
#define membersof(x)
Definition: Types.h:165
static const char descr_name[] __PROGMEM
static const Ciao::Descriptor::user_t digital_pins_t
Definition: Fai.hh:51