Giter Club home page Giter Club logo

atmel-atmos's Introduction

ATMEL-ATMOS

File structure ( inside ./ATMOS/ )

/sys/

# ATMEL system definitions

  • inc
    • sysTimer.h
  • src
    • sysTimer.c

/drivers/

# drivers for peripherals: SPI etc.

  • inc
    • SPI.h
    • int_timer.h
    • etc.
  • src
    • SPI.c
    • int_timer.c
    • etc.

/devices/

# sensors, cellular modules, LWmesh, ...

  • inc
    • BMP280.h
    • etc.
  • src
    • BMP280.c
    • etc.

/wrapper/

  • base-class # generic device wrappers
    • inc
      • Base_Device.h
      • Base_Sensor.h
    • src
      • Base_Device.c
      • Base_Sensor.c
  • sensor
    • inc
      • BMP280_Sensor.h
      • etc.
    • src
      • BMP280_Sensor.c
      • etc.
  • other-device
    • inc
      • LW-mesh.h (TODO)
      • out-timer.h (TODO)
    • src
      • LW-mesh.c (TODO)
      • out-timer.c (TODO)

/utilities/

  • inc
    • llist.h
    • common.h
    • config.h
  • src
    • llist.c
    • common.c

/event/

  • inc
    • event.h
  • src
    • event.c

/scheduler/

  • inc
    • scheduler.h (TODO)
  • src
    • scheduler.c (TODO)

/handler/

  • inc
    • error_handler.h (TODO)
    • collectData_handler.h (TODO)
    • uploadData_handler.h (TODO)
    • sensorEvent_handler.h (TODO)
  • src
    • error_handler.c (TODO)
    • collectData_handler.c (TODO)
    • uploadData_handler.c (TODO)
    • sensorEvent_handler.c (TODO)

atmel-atmos's People

Contributors

baxsmail avatar

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.