cancieldmc4126 cancieldmc4126 06-06-2023 Computers and Technology contestada Write a short C function (max 10 lines) to configure ATmega128 and count 30 rising edges on a signal input at pin T3 (PE6), using a timer normal mode and polling, before returning from the function: void count_30_rising (void) { }