-
Hello!
When I try to compile anything I see this error message in the orange status-bar:
> Cannot run program "\hardware\tools\msp430\bin\msp430-g++": CreateProcess error=2, The system cannot find t…
-
Would like to edit .c .h and .cpp files directly in Energia IDE. Currently only .ino files can be opened. Makes it difficult to make quick edits to library files.
I understand the need for some res…
-
_From [andre.knoerig@gmail.com](https://code.google.com/u/andre.knoerig@gmail.com/) on October 22, 2009 03:54:19_
This is a space for Fritzing users to upload and share their self-created
parts with…
-
On the MSP430G2553, the `P1_6` and `P1_7` pins are already used for SPI and I need an I²C connection.
So I'm looking for a bit-bang I2C library for Energia.
I've found RobG library at http://forum.4…
-
// IDE ENERGIA 0101E0009 + MSP430G4252 + Windows 7/XP
String stringOne;
String stringTwo;
String stringTree;
void setup() {
Serial.begin(9600);
stringOne = String("0123456789ABCD");
//stringOne …
-
// IDE ENERGIA 0101E0009 + MSP430G4252
String stringOne;
String stringTwo;
void setup() {
Serial.begin(9600);
stringOne = String("0123456789ABCD");
//stringOne = String("0123456789ABCDE"); //
-
Please enhance the "enum Machine" with these Architectures:
6 Intel 80486
36 Renesas V800 series
37 Fujitsu FR
40 ARM
42 Hitachi SH
44 Infineon TriCore
52 Motorola ColdFire
54 Motorola MCore
58 Motoro…
-
Use autoconf to simplify builds.
-
_Original author: jns.neba...@gmail.com (October 09, 2012 07:35:13)_
Reason:
I2CDR is no longer defined in the TI headers used by the 4.x toolchains. In the
3.2.3 header files there is a comment stat…
-
_Original author: brad...@gmail.com (February 04, 2011 18:09:32)_
What steps will reproduce the problem?
Try to use I2C after using the SPI0 module on the TI MSP430.
In TinyOS:
call HplUsart.enable…