#programming

  1. A

    Digitals I/O pins problem

    Hello everyone, I’m facing quite a headache. As you can see in the schematic below, my design includes a PIC24FJ64GA104 controlling the input/output pins. Everything seemed fine until I discovered that there is no signal coming out from pins RA4, RB4, and RA3. I have reviewed the configuration...
  2. H

    Line management in a text editor

    I'm developing a text editor using esp32 to which an LCD display is connected. Currently, to edit a file, I have a single large buffer of characters which is displayed on the screen line by line. I have implemented line splitting so that a word doesn't break when it reaches the end of a line but...
  3. Khisraw

    Running Python App on multiple Machines via Google Drive

    Hi, I have built a Python GUI app with Tkinter that I aim to run on multiple Mac OS machines via google drive. The purpose of the app is to retrieve info from a spreadsheet that is stored on google drive or any other shared drive. There will be multiple apps on multiple machines on google drive...
Top