Search:

Type: Posts; User: fizz_uk83

Search: Search took 0.02 seconds.

  1. Thread: Bit setting

    by fizz_uk83
    Replies
    2
    Views
    1,460

    Bit setting

    Hi i'm tryng to light two lights on bit addresses 0x0001 and 0x8000 on port two at the same time on a microcontroller......i was just wondering how i'd go about doing that. In order to light the two...
  2. Thread: timer

    by fizz_uk83
    Replies
    1
    Views
    1,307

    timer

    hi would anyone be able to tell me why the delay function does not work correctly? the programs made to run on a c167 microprocessor. I'm trying to implement a timer using the T6 timer in GPT2...
  3. Thread: embedded c++

    by fizz_uk83
    Replies
    4
    Views
    2,935

    Thanks :):):)

    Thanks :):):)
  4. Thread: embedded c++

    by fizz_uk83
    Replies
    4
    Views
    2,935

    already know c++.....just trying to find a good...

    already know c++.....just trying to find a good book on embedded so that i can work on embedded systems
  5. Thread: embedded c++

    by fizz_uk83
    Replies
    4
    Views
    2,935

    embedded c++

    hi, im attempting to learn embedded c++/ c++ to be used on embedded systems or in an embedded environment....does anyone know of any good books that they would personally recommend. Any...
  6. Thread: illegal?

    by fizz_uk83
    Replies
    4
    Views
    1,216

    i was told a while back the way the datas...

    i was told a while back the way the datas entered/objects created is done incorrectly but i cant see how... does anyone know how? thanks:)
  7. Thread: illegal?

    by fizz_uk83
    Replies
    4
    Views
    1,216

    illegal?

    can anyone please look at the code below ( its to enter data in to objects in a class) and explain why the structure is illegal....thanks
    its based on OOP principles



    cout <<...
  8. Replies
    2
    Views
    1,382

    :)

    hi guys thanks for your help!!! :) it was useful happy new year!

    fizz -x-
  9. Replies
    2
    Views
    1,382

    multiple entries

    hi does anyone know how to take input from the keyboard for two keys pressed at the same time? (in c, operating system win 98, compiler: turbo c++ version 3) thanks :)
  10. Replies
    2
    Views
    1,100

    i sussed it out!!!!!!!! :):) it took two days and...

    i sussed it out!!!!!!!! :):) it took two days and all i needed was one line :| just posting it up here cos it mite help someone else? :) bye!!! fizz -x-



    #include <conio.h>
    #include <stdio.h>...
  11. Replies
    1
    Views
    2,510

    keyboard keypress

    the simple program below increments numbers until a key on the keyboard is hit. I want the program to increment numbers while a key is pressed down by the user and to stop incrementing the numbers...
  12. Replies
    2
    Views
    1,100

    help plz i cant do it :(

    the simple program below increments numbers until a key on the keyboard is hit. I want the program to increment numbers while a key is pressed down by the user and to stop incrementing the numbers...
  13. Replies
    1
    Views
    5,149

    key press in c plz help thanks

    hi i'm trying to write a program that increases numbers when the 'space' key is pressed and held down, stops increasing when the space key up. I got the numbers incrementing when a user presses the...
Results 1 to 13 of 14