mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
add libdddvb
This commit is contained in:
11
lib/dddvb_test.c
Normal file
11
lib/dddvb_test.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "src/libdddvb.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
struct dddvb *dd = dddvb_init("", 0xffff);
|
||||
|
||||
if (!dd)
|
||||
printf("dddvb_init failed\n");
|
||||
printf("dvbnum = %u\n", dd->dvbfe_num);
|
||||
}
|
Reference in New Issue
Block a user