-1
votes
1answer
82 views

How to ANDed bitwise in assembler?

Say I have a variable set to 30. In binary, 30 = 11110. I'd like to test some bits and then perform an action. For example, if bit 4 is set AND bit 3 is set AND bit 2 is set AND bit 1 is set THEN ...
-4
votes
1answer
79 views

I would like a guide to make a monitoring project for home power supply and other appliences [closed]

Aim Make a device that sends sms to a predefined number every time the current/voltage fulctuates, send sms everytime the power supply from source fails. It (the hardware) will have its independent ...
4
votes
3answers
483 views

pic 32 starterkit i/o

I just bought a pic 32 starter kit, and since I did little reading before I picked up the product I found that it came with no simple way of accessing the pic32's input and output. I know there is a ...