Search results

  1. G

    Design real time temperature monitoring

    ADC_GetConversion(adc_channel_t channel): This routine is used to select desired channel for conversion and to get the analog to digital converted value. CODE: ---------------------------------------------------- #include "mcc_generated_files/mcc.h" #include "lcd.h" #include "stdio.h" /*...
  2. G

    Voltage drop: Circuit to control fans and leds

    Wow, for the fans you need to draw more power externally or as mentioned above , build in a power enhancer (easiest way to implement a power transistor).
Top