Giter Site home page Giter Site logo

avrtoolbox's People

Watchers

 avatar

avrtoolbox's Issues

dip_switch read in sweep_right() and sweep_left() incorrect

What steps will reproduce the problem?
1.compile and load the program into AVR of your choice
2.changing dip switch settings on breadboard has no or unexpected effect on the 
sweep patterns and the sweep patterns cannot be controlled, but rather cycle 
through each pattern on their own.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.
The following code will replace the existing code in sweep_right() and 
sweep_left() to restore functionality to the dip switch:

                uint8_t read_dip = 0;
        dip_switch = spi0_master_rw8(read_dip);
        if(polarity)
        spi0_master_rw16(ce[j]);
        else 
        spi0_master_rw16(~ce[j]);
        _delay_ms(sweep_speed);

Original issue reported on code.google.com by [email protected] on 31 Jul 2014 at 2:59

Sweep patterns CE4 and WALLEYES2 have a few incorrect bytes in their patterns

What steps will reproduce the problem?
1.Observe the individual bit patterns while running the sweep pattern
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.
Corrections as follows:
CE3: sweep(ce3, 14)  [not 13]
CE4: sweep(ce4, 13)  [not 14]

0000 0000 0011 1100 == 0x003C
0000 0011 1100 0000 == 0x03C0
0011 1100 0000 0000 == 0x3C00

WALLEYES2:

0000 0011 1100 0000 == 0x03C0
0000 1100 0011 0000 == 0x0C20
0011 0000 0000 1100 == 0x300C
1100 0000 0000 0011 == 0xC003


Original issue reported on code.google.com by [email protected] on 31 Jul 2014 at 3:12

Typo in SPEEDMASK #define --- should be 0x70, not 0x78

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 31 Jul 2014 at 3:14

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.