basic static DAC

This commit is contained in:
2018-03-10 15:37:40 +01:00
parent 590d550a09
commit b2066a9010
9 changed files with 422 additions and 1 deletions
+2
View File
@@ -2,6 +2,7 @@
// Created by MightyPork on 2017/11/26.
//
#include <units/dac/unit_dac.h>
#include "platform.h"
#include "usbd_core.h"
#include "USB/usb_device.h"
@@ -94,6 +95,7 @@ void plat_init_resources(void)
ureg_add_type(&UNIT_FCAP);
ureg_add_type(&UNIT_TOUCH);
ureg_add_type(&UNIT_PWMDIM);
ureg_add_type(&UNIT_DAC);
// Free all present resources
{