|Mis en vente dans la catégorie :
Vous en avez un à vendre ?

Programmation C intégrée et Atmel Avr

by Barnett, Richard; Cox, Sarah;... | PB | Acceptable
Dernier objet disponible
État :
Etat correct
Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ... En savoir plusà propos de l'état
C'est le dernier / 2 vendus
Livraison :
Gratuit Economy Shipping. Afficher les détailspour la livraison
Lieu où se trouve l'objet : Aurora, Illinois, États-Unis
Délai de livraison :
Estimé entre le mar. 7 mai et le ven. 10 mai à 43230
Les dates de livraison estimées - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet prennent en compte le délai d'expédition indiqué par le vendeur, le code postal de l'expéditeur, le code postal du destinataire et la date d'acceptation de l'offre. Elles dépendent du service de livraison sélectionné et de la date de réception du paiementréception du paiement - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet. Les délais de livraison peuvent varier, notamment pendant les périodes de pointe.
Retours :
Retour sous 30 jours. Le vendeur paie les frais de retour. Afficher les détails- pour en savoir plus sur les retours
Paiements :
     

Achetez en toute confiance

Vendeur Top Fiabilité
Vendeur fiable, livraison rapide et retours facilités. 
Garantie client eBay
Obtenez un remboursement si vous ne recevez pas l'objet que vous avez commandé. 

Détails sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :144893541704
Dernière mise à jour le 18 mars 2024 21:58:37 CET. Afficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Etat correct
Livre présentant des marques d'usure apparentes. La couverture peut être légèrement endommagée, mais son intégrité est intacte. La reliure peut être légèrement endommagée, mais son intégrité est intacte. Existence possible de notes dans les marges, de soulignement et de surlignement de texte. Aucune page manquante, ni aucun autre défaut susceptible de compromette la lisibilité ou la compréhension du texte. Consulter l'annonce du vendeur pour avoir plus de détails et voir la description des défauts. Afficher toutes les définitions des étatsla page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet
Commentaires du vendeur
“Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ...
Binding
Paperback
Weight
1 lbs
Product Group
Book
IsTextBook
Yes
ISBN
1401812066
Publication Year
2002
Type
Textbook
Format
Trade Paperback
Language
English
Publication Name
Embedded C Programming and the Atmel AVR
Author
Sarah Cox, Larry O'cull, Richard H. Barnett
Item Length
9.4in
Publisher
Delamr Cengage Learning
Item Width
7.5in
Item Weight
30.5 Oz
Number of Pages
520 Pages

À propos de ce produit

Product Information

Enter the world of embedded programming and microcontroller applications! One of the only books available today that uses the increasingly popular and cost-effective Atmel AVR embedded controller as the platform and application for learning, Embedded C Programming and the Atmel AVR is the perfect choice for novices. Featuring a host of fully-functional example applications, this highly innovative book enables users to adopt a "learn by doing" approach as they develop the knowledge and skills needed to achieve proficiency. Following an introduction to Atmel AVR RISC processors, readers are launched immediately into an embedded C language tutorial. Here, they'll experiment with variables and constants, operators and expressions, control statements, pointers and arrays, memory types, preprocessor directives, real-time methods, and more! In addition to a comprehensive library functions reference, an entire chapter on the CodeVision AVR C Compiler provides clear, step-by-step instruction in IDE installation and operation, mixing Assembler with C, and using the Code Wizard Code Generator. Use of peripherals - such as keypads, LCD displays, and other common embedded microcontroller-related devices - is also explored fully in this all-inclusive, state-of-the-art programmer's how-to and reference manual.

Product Identifiers

Publisher
Delamr Cengage Learning
ISBN-10
1401812066
ISBN-13
9781401812065
eBay Product ID (ePID)
2300444

Product Key Features

Author
Sarah Cox, Larry O'cull, Richard H. Barnett
Publication Name
Embedded C Programming and the Atmel AVR
Format
Trade Paperback
Language
English
Publication Year
2002
Type
Textbook
Number of Pages
520 Pages

Dimensions

Item Length
9.4in
Item Width
7.5in
Item Weight
30.5 Oz

Additional Product Features

Lc Classification Number
Qa76.73.C15b378 2003
Table of Content
Acknowledgments. Table of Contents. 1. Introduction. 2. The Atmel AVR RISC Processors. 2.1. Architectural Overview. 2.2. Registers and the Register File. 2.3. Memory Inside and Out. 2.4. Reset, Watchdog, and Interrupt Handling. 2.5. I/O Ports. 2.6. Timers, Counters, Pulse Width Modulators. 2.7. Serial Peripheral Interface ? SPI. 2.8. Universal Asynchronous Receiver Transmitter ? UART. 2.9. Analog Converter and Comparator. 2.10. The AVR RISC Instruction Set. 3. Embedded C Language Tutorial. 3.1. Beginning Concepts. 3.2. Variables and Constants. 3.2.1. Variable Types. 3.2.2. Variable Scope. 3.2.3. Constants. 3.2.4. Numeric Constants. 3.2.5. Character Constants. 3.2.6. Enumerations. 3.2.7. Storage Classes. 3.2.8. Type Casting. 3.3. Operators and Expressions. 3.3.1. Assignment and Arithmetic Operators. 3.3.2. Bitwise Operators. 3.3.3. Logical and Relational Operators. 3.3.4. Increment, Decrement and Compound Assignment. 3.3.5. The Conditional Expression. 3.3.6. Operator Precedence. 3.4. Control Statements. 3.4.1. While-Loop. 3.4.2. Do/While-Loop. 3.4.3. For-Loop. 3.4.4. If/Else. 3.4.5. Switch/Case. 3.4.6. Break, Continue and Goto. 3.5. Functions. 3.5.1. Prototyping and Function Organization. 3.5.2. Functions that Return Values. 3.5.3. Recursion. 3.6. Pointers and Arrays. 3.6.1. Pointers. 3.6.2. Arrays. 3.6.3. Multidimensional Arrays. 3.6.4. Pointers to Functions. 3.7. Structures and Unions. 3.7.1. Structures. 3.7.2. Arrays of Structures. 3.7.3. Pointers to Structures. 3.7.4. Unions. 3.7.5. typedef Operator. 3.7.6. Bits and Bitfields. 3.7.7. sizeof Operator. 3.8. Memory Types. 3.8.1. Constants and Variables. 3.8.2. Pointers. 3.8.3. Register Variables. 3.8.4. sfrb and sfrw. 3.9. Standard I/O. 3.9.1. Output Functions. 3.9.2. Input Functions. 3.10. Preprocessor Directives. 3.10.1. The #include Directive. 3.10.2. The #define Directive. 3.10.3. The #ifdef, #ifndef, #else and #endif Directives. 3.10.4. The #pragma Directive. 3.10.5. Other Macros and Directives. 3.11. Real Time Methods. 3.12. Program Planning, Elements and Structure. 4. The CodeVisionAVR C Compiler. 4.1. Introduction. 4.2. IDE Installation and Operation. 4.3. Compiler Preprocessor Directives. 4.4. Mixing Assembler with C. 4.5. Using the Code Wizard Code Generator. 5. Library Functions Reference. 6. Programming Examples. 6.1. 'Hello World' with a Blinky Light. 6.2. An RS232 LCD Display Driver. 6.3. Getting Another UART with Software. 6.4. Getting More Real Time Using Interrupt Handlers. 6.4.1. Timers. 6.4.2. Analog to Digital Converters and PWMs. 6.4.3. UART. 6.5. Accessing I2C and SPI Devices. 6.6. Program Control Using Pointers to Functions. 6.7. A Simple Boot Strap Loader. 7. Appendices. 7.1. Writing Smaller Code. 7.2. Getting Started with CodeVisionAVR and the Atmel STK500; by Pavel Haiduc. 7.3. ASCII Table. 8. Index. 9. CDROM. 9.1. Example Programs from Text. 9.2. CodeVisionAVR IDE and C Compiler Evaluation Installation.
Copyright Date
2003
Target Audience
College Audience
Topic
Microprocessors, General, Electrical, Programming Languages / C, Computer Engineering
Lccn
2002-727167
Dewey Decimal
005.13/3
Dewey Edition
21
Illustrated
Yes
Genre
Computers, Technology & Engineering

Description de l'objet fournie par le vendeur

Informations sur le vendeur professionnel

Thrift Books Global, LLC
TB Thrift Books
18300 Cascade Ave S
Ste 150
98188 Seattle, WA
United States
Afficher les coordonnées
: liam-e esserdAmoc.skoobtfirht@yabe.selas
Je certifie que toutes mes activités de vente seront conformes à toutes les lois et réglementations de l'UE.
ThriftBooks

ThriftBooks

99% d'évaluations positives
17,5 millions objets vendus
Visiter la BoutiqueContacter
Répond en général sous 24 heures

Évaluations détaillées du vendeur

Moyenne pour les 12 derniers mois

Description exacte
4.9
Frais de livraison raisonnables
5.0
Livraison rapide
5.0
Communication
4.9
Inscrit comme vendeur professionnel

Évaluations en tant que vendeur (5.168.693)

e***t (548)- Évaluations laissées par l'acheteur.
Il y a plus d'un an
Achat vérifié
correct book. came fast. good condition
Afficher toutes les évaluations