Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~217 People Reached
Favorite Forums
Favorite Tags
Member Avatar for oneohthree

I am trying to construct a 2 way paging with PIC Basic and two types of microcontrollers PIC16LF84A and PIC16F88. I have two parts of my system, a sensor node and a transponder. The sensor node has a 434 MHz transmitter (TLP-434) and a 315 MHz (TLP-315) receiver(RLP-315). The transponder …

Member Avatar for e.demente
0
171
Member Avatar for oneohthree

I need to input a list of numbers using mips. Also, i need to use the list and implement this function: function dbl(l){ if (L is empty list) return empty list; else { L4 = dbl (L - first element); Dou = 2 * first element in L; return (list …

0
46