Firmware - dilshan/electronic-limit-switch GitHub Wiki

This electronic limit switch employs a Microchip PIC10F200 microcontroller to monitor inputs and control the relay.

To compile and flash the firmware, you’ll need:

To program the PIC10F200 microcontroller, use MPLAB IPE provided by Microchip.

images/ICSP-pinout.png

  • Select the correct MCU (PIC10F200) and programmer/debugger from the MPLAB IPE dropdown menus.
  • Load the generated .hex file from the dist/ folder.
  • Click Connect to detect the device.
  • Press Program to flash the firmware.