Refactor dds into dds and fgen

driver module started
This commit is contained in:
2025-06-20 18:02:50 -05:00
parent 658cedfa3b
commit 0556b06cab
22 changed files with 299 additions and 466 deletions

View File

@@ -29,7 +29,7 @@
#include "hwFixes.h"
#include "System\system.h"
#include "io.h"
#include "soft_timer.h"
//#define ON 1
@@ -801,3 +801,9 @@ void Umag_Patch(void)
// Dds_Pot_Val[1] = Pot_Value_AB[Power_Level]; // data
//
void delayms(uint32_t msec)
{
stimer_delay(msec);
}