ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Que tal amigo gracias por tus vídeos oye disculpa cuando puede volver a subir más vídeos de PSoC, recientemente adquirí el también el PSoC 6
En donde se encuentra el llink para descargar la libreria del lcd??
Cómo te contacto ?
Podemos alimentar el puente H con 5V y no con 7V
hey where is the project file?????
Y si fuera un motor AC?
I am Having all code with meI will share you just provide me the HEX & GUI(EXE)Problem facing
def usb_read(self, size=con.USB_IN_BYTE_SIZE, timeout=None): try: usb_input = self.ep_in.read(size, timeout) except Exception as error: print("ERROR: --- Failed to read. ---") print(self.ep_in.read(size, timeout)) return usb_input def usb_collect_data(self): data_collect = self.usb_read(64,timeout=10000) return data_collectWhy it is coming based on above code
???
Que tal amigo gracias por tus vídeos oye disculpa cuando puede volver a subir más vídeos de PSoC, recientemente adquirí el también el PSoC 6
En donde se encuentra el llink para descargar la libreria del lcd??
Cómo te contacto ?
Podemos alimentar el puente H con 5V y no con 7V
hey where is the project file?????
Y si fuera un motor AC?
I am Having all code with me
I will share you just provide me the HEX & GUI(EXE)
Problem facing
def usb_read(self, size=con.USB_IN_BYTE_SIZE, timeout=None):
try:
usb_input = self.ep_in.read(size, timeout)
except Exception as error:
print("ERROR: --- Failed to read. ---")
print(self.ep_in.read(size, timeout))
return usb_input
def usb_collect_data(self):
data_collect = self.usb_read(64,timeout=10000)
return data_collect
Why it is coming based on above code
???