Search:

Type: Posts; User: trial123

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,353

    Using Timer Module in PIC Microcontroller

    Can someone please tell me how to produce a period signal that lasts 0.100 ms that is 35% red and 65% green using a bi-colour LED and the timer module?

    EDIT:
    I guess my question is too broad. I...
  2. Replies
    5
    Views
    1,845

    So, that would be... 2^0 + 2^1 + 2^2 + 2^3 + 2^4...

    So, that would be... 2^0 + 2^1 + 2^2 + 2^3 + 2^4 + 2^5 + 2^6 + 2^7 + 2^8 + 2^9 = 1023?
  3. Replies
    5
    Views
    1,845

    Finding Pos/Neg Integers Unsigned Can Hold

    Consider a new data type, the mikesint, which can hold 9 bits.
    (a) What is the largest integer that an unsigned mikesint can hold?
    (b) What is the largest positive integer that a signed mikesint...
  4. Replies
    10
    Views
    1,650

    Leap Year Header File

    You are to create a small C library (i.e. a header and a C code file) of functions involving dates. The first function will indicate if a given year is a leap year or not using a function build...
Results 1 to 4 of 4