如何去掉Digispark tiny85上电后的延时
Digispark tiny85板子上电后延时5S才开始工作,官方说法:If you unplug the Digispark and plug it back in or attach it to another power source there will be a delay of 5 seconds before the code you programmed will run. This 5 second delay is the Digispark Pro checking to see if you are trying to program it.如何才能去掉这个上电后延时的过程? tiny 85 并没有USB转串口芯片,而是在bootloader中写了USB的驱动,这才能被电脑识别,当然,前几秒钟是为了让ArduinoIDE去识别并下载程序的过程,如果没有这段时间,电脑的USB也不会识别和下载成功。
如果不用IDE,直接用ICSP下载,那就完全可以跳过这个过程。
页:
[1]