“Lixie库”的版本间的差异
第10行: | 第10行: | ||
<font color="orange" size="+1">'''Examples'''</font><br> | <font color="orange" size="+1">'''Examples'''</font><br> | ||
<br> | <br> | ||
+ | |||
+ | * Generic 一般通用 | ||
+ | :-[[ Lixie_counter | counter]] : | ||
+ | |||
+ | :-[[ Lixie_counter_multi | counter_multi]] : | ||
+ | |||
+ | :-[[ Lixie_FPS_test | FPS_test]] : | ||
+ | |||
+ | :-[[ Lixie_read_analog_voltage | read_analog_voltage]] : | ||
+ | |||
+ | :-[[ Lixie_scoreboard | scoreboard]] : | ||
+ | |||
+ | |||
* ESP8266 | * ESP8266 | ||
− | :-[[ | + | :-[[ Lixie_data.sparkfun.com_streamer | data.sparkfun.com_streamer]] : |
+ | |||
+ | :-[[ Lixie_live_php_visitors | live_php_visitors]] : | ||
+ | |||
+ | :-[[ Lixie_live_wordpress_visitors | live_wordpress_visitors]] : | ||
+ | |||
+ | :-[[ Lixie_ntp_clock | ntp_clock]] : | ||
− | :-[[ | + | :-[[ Lixie_openweathermap_display | openweathermap_display]] : |
− | + | :-[[ Lixie_ping_speedometer | ping_speedometer]] : | |
− | :-[[ | + | |
− | |||
第71行: | 第88行: | ||
- <font color="forestgreen">maxed_out()</font> | - <font color="forestgreen">maxed_out()</font> | ||
− | + | - 给data数组添加值 | |
− | 给data数组添加值 | + | |
参数 无 | 参数 无 | ||
− | 返回值 | + | 返回值 :bool |
− | :bool | + | |
- <font color="forestgreen">get_leds()</font> | - <font color="forestgreen">get_leds()</font> | ||
− | + | - 给data数组添加值 | |
− | 给data数组添加值 | + | |
参数 无 | 参数 无 | ||
− | 返回值 | + | 返回值 :CRGB* |
− | :CRGB* | + | |
|width="40%" valign="top" align="left"| | |width="40%" valign="top" align="left"| |
2017年4月20日 (四) 11:01的版本
LIXIE 库
Lixie arduino Library github地址:https://github.com/connornishijima/Lixie-arduino
Examples
- Generic 一般通用
- - counter :
- - counter_multi :
- - FPS_test :
- - scoreboard :
- ESP8266
- - ntp_clock :
- - ping_speedometer :
- begin() - clear(bool show_change = true) - show() - write(uint32_t input) - write(char* input) - write_digit(byte input, byte index) - push_digit(byte number) - color(byte r, byte g, byte b) - color(CRGB c) - color(byte r, byte g, byte b, byte index) - color(CRGB c, byte index) - color_off(byte r, byte g, byte b) - color_off(CRGB c) - color_off(byte r, byte g, byte b, byte index) - color_off(CRGB c, byte index) - brightness() - color_balance() - max_power() - get_numdigits() - maxed_out() - 给data数组添加值 参数 无 返回值 :bool - get_leds() - 给data数组添加值 参数 无 返回值 :CRGB* |
Debug Functions - print_binary() - print_current() |
更多建议和问题欢迎反馈至 YFRobot论坛