* Feature: set_digits() for setting VFD digits

This commit is contained in:
2022-03-07 17:17:16 +01:00
parent 17ec23023d
commit 6aaefc300f
3 changed files with 20 additions and 1 deletions

1
main.c
View File

@@ -12,6 +12,7 @@ int main ()
{
PT6302_startup ();
set_ports (1, 1);
set_digits (12);
set_duty (7);
while (1)
{