Skip to content
#

spi

Here are 635 public repositories matching this topic...

aykevl
aykevl commented Apr 19, 2020

There are a few flags that currently don't have proper error checking. The ones I found are -gc, -scheduler and -size. Using the wrong value will lead to no or unexpected errors.

I think the best way to handle it is to add a new method to compileopts.Config that checks whether there are any faulty flags, which is then called from the main function.

jimwhitfield
jimwhitfield commented Aug 20, 2019

Nice work--very helpful!
May I suggest that you include a note regarding the need to Registering Your Service. (Perhaps in the Readme.md or the wiki, which should probably be linked in the readme.md)

When I added the code to "my" app (via adding an app dependency of
implementation 'com.github.felHR85:UsbSerial:6.1.0
I found that the UsbService was not actively called until I added
`

jcwren
jcwren commented Jul 11, 2018

In the code sample below, taken from the Integration page on the wiki,

  #define LOG_PAGE_SIZE       256
  
  static u8_t spiffs_work_buf[LOG_PAGE_SIZE*2];
  static u8_t spiffs_fds[32*4];
  static u8_t spiffs_cache_buf[(LOG_PAGE_SIZE+32)*4];

could the magic numbers be clarified?

For spiffs_work_buf, this is because SPIFFS needs at least 2 pages for doing it's magic, cor

venil7
venil7 commented May 21, 2019

I'm trying to use this library to receive signals with generic 433mhz receiver (sender is a door sensor operating on the same freq). it seems like set_async_interrupt runs a lambda on another thread and will reset interrupt handler back to none, so that next interrupt doesnt trigger any lambda.

However radio receiver will trigger many interrupts, so I was wondering if you could provide a us

RoboDurden
RoboDurden commented Jul 28, 2019

Describe the bug
a freefont and ssd1306_print8 calls ssd1306_write8 which uses fixedfont-width to do line break :-(

size_t ssd1306_write8(uint8_t ch)
{
...
    else if ( (ssd1306_cursorX > ssd1306_lcd.width - s_fixedFont.h.width) || (ch == '\n') )

Please complete the following information:

  • library version: 1.7.21 installed via Arduino IDE
  • LCD display type: cheap 1

微服务 spring dubbo项目:dubbo rpc;druid数据源连接池;mybatis配置集成,多数据源;jmx监控MBean;定时任务;aop;ftp;测试;Metrics监控;参数验证;跨域处理;shiro权限控制;consul服务注册,发现;redis分布式锁;SPI服务机制;cat监控;netty服务代理;websocket;disconf;mongodb集成;rest;docker;fescar

  • Updated Jul 8, 2020
  • Java
Jacalz
Jacalz commented Feb 27, 2020

For Arduino programming using their language, a specific driver library exists for easy and simple control over Servo parts. This seems to be non supported at the moment when using tinygo.

This functionality would be very useful for especially Arduino users that want to use their servos, but I guess that it might be useful for other boards too, depending on implementation. I will mostly be usin

Improve this page

Add a description, image, and links to the spi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.