Micro Computer hell |
New microcontroller source. Written by somone else and adapted by me to work with the 16f family of PIC MICRO microcontrollers. Copy, Paste, Enjoy!
LIST p=16F648A ;tell ass... Posted by TRENT on Sat, 04 Aug 2007 11:43:00 PST |
more headers(key pad input.lib) |
this was taken from some other source, chopped up and i put whatever additions i needed
//// Test input from buttons//
#ifndef GBA_KEYS_H#define GBA_KEYS_H
#include "gba_types.h"
#define KEY_A &n... Posted by TRENT on Tue, 20 Jun 2006 08:03:00 PST |
headers |
this is a pretty simple header of register defines that i used
code chopped from other source and put together with the addition of a serial port declaration
//// Registers//
#ifndef GBA_REGS_H#d... Posted by TRENT on Tue, 20 Jun 2006 08:00:00 PST |
another one |
a small program that was written by me to play sound and show a logo
#include "bullhorn.h"#include "dispcnt.h"#include "gba_regs.h"#include "ATE1.h"#include "gba.h"
int main()
{
u16 loop;
S... Posted by TRENT on Tue, 20 Jun 2006 07:58:00 PST |
gba_serial |
this is a very simple serial comms library i wrote in about a day, not too shabby for a newb if i might say.
////SERIAL REGISTERS//Written by opticphreak// general purpose//
#i... Posted by TRENT on Tue, 20 Jun 2006 07:55:00 PST |
gba as a switch |
this was written by me, very simple program to saturate a transistor connected at SIO
this is the main c file
#include "gba.h"#include "gba_serial.h"
int main()
{
u16 y;
SetMode(MODE_3 | BG2_ENA... Posted by TRENT on Tue, 20 Jun 2006 07:54:00 PST |
strange... |
i think this was written by me.. or rewritten
////////////////////////////////////////////////////////////
///////////////////// sfx.c///////////////////////////////////////////////////////
////////////... Posted by TRENT on Tue, 20 Jun 2006 07:52:00 PST |
return of the mack |
well kind of...
ive been a little busy for the last couple of months, and there are a lot of new things going on. i decided to take as much of a break from electronics that i could, its a lot to diges... Posted by TRENT on Tue, 20 Jun 2006 07:29:00 PST |
cant complain |
i got a new job and i get to move out of gwinnett. FAR from gwinnett.
...well far enough
what can i say...
life is good.
Posted by TRENT on Fri, 26 May 2006 09:59:00 PST |
blah.... |
updates:
tested modules
they work but im having problems with the decoder ic as well the reciever ic.
it works but not the way it should.
on top of that, i lost 2 bat. clips
one is completely fried!!... Posted by TRENT on Mon, 08 May 2006 06:43:00 PST |