emlib 0.0.1

A SiLabs EMlib bindings for Happy Gecko MCU (EFM32HG222F64)
1
2
3
4
5
#include "em_adc.h"

ADC_TypeDef* GET_ADC0() {
    return ADC0;
}