#avr Logs

Apr 13 2020

#avr Calendar

06:28 AM rue_bed: most source is like that today
06:33 AM rue_bed: I suspect there are a lot of people coding that shouldn't be
11:06 AM PoppaVic: rue: well, they wanted to be Journalists.
12:47 PM rue_bed: hah
12:47 PM rue_bed: and truck drivers?
12:47 PM rue_bed: Evidlo, ah I need to post the macros again eh?
12:48 PM rue_bed: I'm supposed to post those every day, I'v failed
12:49 PM rue_bed: #define SetBit(BIT, PORT) (PORT |= (1<<BIT))
12:49 PM rue_bed: #define ClearBit(BIT, PORT) (PORT &= ~(1<<BIT))
12:49 PM rue_bed: #define IsHigh(BIT, PORT) (PORT & (1<<BIT)) != 0
12:49 PM rue_bed: #define IsLow(BIT, PORT) (PORT & (1<<BIT)) == 0
12:49 PM rue_bed: #define NOP() asm volatile ("nop"::)
12:52 PM rue_bed: answer to the most common trouble point is there
12:52 PM rue_bed: mostly set and clear
01:41 PM PoppaVic: the tippy-topmost fun post I saw this week: a buncha' state governors are crying and wailing for "old programmers" - turns out their fookin' Unemployment Benefit SW is antiquated COBOL and no one knows how to fix or maintain it ;-P
01:55 PM cehteh: cobol for the cloud :)
07:53 PM Santh_ is now known as Santh
11:40 PM MrAureliusR` is now known as MrAureliusR
11:50 PM day_ is now known as day
11:54 PM xMopx- is now known as xMopx