Difference between revisions of "Oresat-notes"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Created page with " Looks like a command shell is realized in code near end of file: psas/oresat-firmware/src/f4/app_control/source/command.c <!-- comment -->")
 
m
Line 1: Line 1:
  
  
Looks like a command shell is realized in code near end of file:
+
Note) Looks like a command shell is realized in code near end of file:
  
 
     psas/oresat-firmware/src/f4/app_control/source/command.c
 
     psas/oresat-firmware/src/f4/app_control/source/command.c
 +
 +
 +
Note)  ina226.c and other device type driver source files in 'psas/oresat-firmware/common' give examples of I2C calls in ChibiOS environment.
 +
 +
INA226_SHARED_I2C
  
  
 
<!-- comment -->
 
<!-- comment -->

Revision as of 06:49, 4 February 2021


Note) Looks like a command shell is realized in code near end of file:

   psas/oresat-firmware/src/f4/app_control/source/command.c


Note) ina226.c and other device type driver source files in 'psas/oresat-firmware/common' give examples of I2C calls in ChibiOS environment.

INA226_SHARED_I2C