I am using PIC24FJ256GB106 controller for USB CDC communication, I have downloaded the MLA from microchip and by modifying the cdc_basic_demo of PIC24FJ256GB110 to PIC24FJ256GB106 (changed the device form PIC24FJ256GB110 to PIC24FJ256GB106 in project configuration).
In device manager in USB...
Hey there,
I have been trying for 3 weeks now and have had no success with controlling the WS2812s with a PIC24FJ128GA010. Here is my current code
#include "mcc_generated_files/system.h"
#define DATA _RA15
void one()
{
LATAbits.LATA15 = 1;
Nop(); Nop(); Nop(); Nop(); Nop(); Nop()...