Logo
Explore Help
Register Sign In
rbxii3/firmware
1
0
Fork 0
You've already forked firmware
mirror of https://github.com/meshtastic/firmware.git synced 2025-12-21 18:22:32 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
e5bf07d4fbeba7c914288ed5774f9bb74b8dc8ce
firmware/src/target_specific.h

10 lines
216 B
C
Raw Normal View History

begin splitting up source files, so we can have a tree of sources... unique to each architecture. For now, we have "esp32" and "bare" esp32 is the old esp stuff bare is an target suitable for emulation that doesn't require any particular hardware to run (no bluetooth, no i2c devices, no spi devices)
2020-04-10 12:15:00 -07:00
#pragma once
portduino now links!
2020-09-06 09:24:08 -07:00
#include <Arduino.h>
begin splitting up source files, so we can have a tree of sources... unique to each architecture. For now, we have "esp32" and "bare" esp32 is the old esp stuff bare is an target suitable for emulation that doesn't require any particular hardware to run (no bluetooth, no i2c devices, no spi devices)
2020-04-10 12:15:00 -07:00
// Functions that are unique to particular target types (esp32, bare, nrf52 etc...)
// Enable/disable bluetooth.
portduino now links!
2020-09-06 09:24:08 -07:00
void setBluetoothEnable(bool on);
void getMacAddr(uint8_t *dmac);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 50ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API