[i=s]This post was last edited by 2638823746 on 2015-3-19 17:49[/i] A WIFI smart car is out. Not much to say, just a video first. It's a ROVIO robot. It charges automatically, can turn at any angle, h...
Loading Dump File [C:\Usersemo\Desktop\062509-15734-01.dmp]Mini Kernel Dump File: Only registers and stack trace are availableSymbol search path is: *** Invalid ***************************************...
I have two development boards, one is an ARM9 development board with LINUX2.4 transplanted, and the other is a 51 MCU. The serial port debugging wizard on the PC can receive data from the ARM board, a...
[b][size=5]Lecture 1: Basic Knowledge of IO[/size][/b] This class will take the 51 series MCU AT89S52 as an example. Questions, criticisms and exchanges are welcome. The AT89S52 MCU is compatible with...
All GPIOs are predefined in pyb.Pin.board.Name: x1_pin = pyb.Pin.board.X1 g = pyb.Pin(pyb.Pin.board.X1, pyb.Pin.IN) You can also use this g = pyb.Pin('X1', pyb.Pin.OUT_PP) You can also define your own...