- How to Use
- Show how to use API of class NexPicture.
- Author
- Wu Pengfei (email:pengf.nosp@m.ei.w.nosp@m.u@ite.nosp@m.ad.c.nosp@m.c)
- Date
- 2015/7/10
- Copyright
- Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
{
&p0,
NULL
};
void p0PopCallback(void *ptr)
{
uint32_t number = 0;
dbSerialPrintln("p0PopCallback");
if (number == 1)
{
number = 2;
}
else
{
number = 1;
}
}
void setup(void)
{
dbSerialPrintln("setup done");
}
void loop(void)
{
}