Code: |
YARS_v1.10_debug.hex YARS_v1.10_debug_nodisplay.hex YARS_v1.10_release.hex YARS_v1.10_release_nodisplay.hex |
Zitat: |
"Don't read the f**** Manual - read the Code" |
Code: |
// Traffic Programm // ist gesetzt if( bit_is_set( rds_data.blockb[ 0 ], RDS_TP_BIT ) ) uart_putc( '1' ); else uart_putc( '0' ); |